snowflake/.forgejo/workflows/check.yml
notohh 26a60df8c0
All checks were successful
/ check (push) Successful in 37s
ci: pin nix-installer-action
2023-10-05 18:57:57 -04:00

11 lines
298 B
YAML

on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install nix action
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
with:
github-token: ${{ secrets.GH_TOKEN }}
- run: nix flake check