Add flake checker action to CI

This commit is contained in:
Luc Perkins 2023-06-22 11:21:53 -07:00
parent f0a578b8f7
commit 15c8020484
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2

View file

@ -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: