snowflake/.forgejo/workflows/check.yml
notohh 6669bc8a89
Some checks reported warnings
/ check (push) Has been cancelled
ci: try switching to docker?
2023-10-07 16:35:42 -04:00

13 lines
305 B
YAML

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