1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
name: main on: push: branches: - main pull_request: concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: lint-test: uses: ./.github/workflows/lint-test.yaml docs: uses: ./.github/workflows/docs.yaml