Add flake checker action to CI
This commit is contained in:
parent
f0a578b8f7
commit
15c8020484
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
@ -5,6 +5,14 @@ on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
lints:
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: DeterminateSystems/flake-checker-action@v4
|
||||||
|
with:
|
||||||
|
fail-mode: true
|
||||||
|
|
||||||
build-artifacts-X64-macOS:
|
build-artifacts-X64-macOS:
|
||||||
runs-on: macos-12
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue