This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
bdfr-browser/.forgejo/workflows/check.yaml
Daniel Kempkens ad3b3f76c3
Some checks failed
Check / check (push) Failing after 10s
fix: try ignoring GITHUB_TOKEN
2023-09-13 20:18:58 +02:00

18 lines
344 B
YAML

name: Check
on: [push]
jobs:
check:
runs-on: ubuntu-latest-amd64
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
with:
init: none
planner: linux
- run: nix flake check --keep-going
env:
GITHUB_TOKEN: ''