Current section

Files

Jump to
ex_tree_sitter c_src .github workflows ci.yml
Raw

c_src/.github/workflows/ci.yml

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