Skip to content

Refactor/snowfall

Refactor/snowfall #7

Workflow file for this run

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