open-goal-jak-project/third-party/tree-sitter/tree-sitter/.github/workflows/ci.yml

22 lines
354 B
YAML

name: CI
on:
pull_request:
push:
branches:
- 'master'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name != 'push' }}
jobs:
checks:
uses: ./.github/workflows/checks.yml
sanitize:
uses: ./.github/workflows/sanitize.yml
build:
uses: ./.github/workflows/build.yml