Skip to content

ci: change snowcli action to 1.5 from non-working 1.2 #29

ci: change snowcli action to 1.5 from non-working 1.2

ci: change snowcli action to 1.5 from non-working 1.2 #29

---
name: "Nix-related checks"
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
jobs:
nix-flake-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: "Run nix flake check"
run: nix flake check