snowflake/.forgejo/workflows/check.yml
notohh 181c72a32d
Some checks failed
/ check (push) Failing after 2s
ci: switch back to ubuntu
2023-10-07 16:47:37 -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