Skip to content

feat: update GitHub workflows to improve structure and add flake checks #3

feat: update GitHub workflows to improve structure and add flake checks

feat: update GitHub workflows to improve structure and add flake checks #3

Workflow file for this run

name: Check
on:
- push
- pull_request
- workflow_dispatch
jobs:
check:
name: Check on ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
arch: [x86_64-linux, aarch64-darwin]
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v9