snowflake/.forgejo/workflows/check.yml
notohh bc6a349416
Some checks failed
/ check (push) Failing after 2s
ci: update checkout actions
2023-10-07 16:31:29 -04:00

12 lines
298 B
YAML

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