1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
name: Dev CI on: push: branches: [dev] workflow_dispatch: permissions: contents: read concurrency: group: dev-ci-${{ github.ref }} cancel-in-progress: true jobs: lint: uses: ./.github/workflows/test.yml with: full: false