Skip to content

NXT-15922: Fix less -> css transpile issue while 'enact transpile' #31

NXT-15922: Fix less -> css transpile issue while 'enact transpile'

NXT-15922: Fix less -> css transpile issue while 'enact transpile' #31

Workflow file for this run

name: CI
on:
push:
branches:
- develop
- master
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
concurrency:
group: ci-branch-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
branch:
uses: ./.github/workflows/ci-reusable.yml
with:
checkout-ref: ${{ github.event.pull_request.head.sha || github.sha }}
secrets: inherit