1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
name: CI on: pull_request: push: branches-ignore: - main tags-ignore: - "*" permissions: contents: read jobs: check: uses: ./.github/workflows/check.yml test: uses: ./.github/workflows/test.yml needs: check