Skip to content

Add CI for pre-commit #3

Add CI for pre-commit

Add CI for pre-commit #3

Workflow file for this run

name: CI
on:
push:
branches:
# PRs can only use caches from their target branch. We therefore need to
# make sure we run on 'master' too.
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pre-commit:
uses: .github/workflows/pre-commit.yaml

Check failure on line 17 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

invalid value workflow reference: no version specified
build-and-test:
needs: pre-commit
uses: .github/workflows/build-and-test.yaml