Compare commits

...

12 commits

Author SHA1 Message Date
Daniel Kempkens b6809ab9b7
fix: try ignoring GITHUB_TOKEN
All checks were successful
Check / check (push) Successful in 1m21s
2023-09-13 21:20:53 +02:00
Daniel Kempkens 38a2f2793d
fix: try ignoring GITHUB_TOKEN
Some checks failed
Check / check (push) Failing after 11s
2023-09-13 21:11:31 +02:00
Daniel Kempkens 0b2f6c1178
fix: try ignoring GITHUB_TOKEN
Some checks failed
Check / check (push) Failing after 11s
2023-09-13 21:10:28 +02:00
Daniel Kempkens 097573f828
fix: try ignoring GITHUB_TOKEN
Some checks failed
Check / check (push) Failing after 11s
2023-09-13 21:09:06 +02:00
Daniel Kempkens 71489d61c4
fix: try ignoring GITHUB_TOKEN
Some checks failed
Check / check (push) Failing after 11s
2023-09-13 21:05:50 +02:00
Daniel Kempkens 786c4bc289
fix: try ignoring GITHUB_TOKEN
Some checks failed
Check / check (push) Failing after 11s
2023-09-13 20:20:36 +02:00
Daniel Kempkens ad3b3f76c3
fix: try ignoring GITHUB_TOKEN
Some checks failed
Check / check (push) Failing after 10s
2023-09-13 20:18:58 +02:00
Daniel Kempkens 31cfe47cfe
fix: run check
Some checks failed
Check / check (push) Failing after 10s
2023-09-13 18:08:50 +02:00
Daniel Kempkens 195c67d6fa
fix: pass flags to installer
All checks were successful
Check / check (push) Successful in 10s
2023-09-13 18:04:57 +02:00
Daniel Kempkens 8a2c85ea98
fix: only install nix for now
Some checks failed
Check / check (push) Failing after 7s
2023-09-13 18:01:34 +02:00
Daniel Kempkens c5293126aa
fix: run on all branches
Some checks failed
Check / check (push) Failing after 5s
2023-09-13 17:48:00 +02:00
Daniel Kempkens 136f90eb03
feat(ci): Add Forgejo actions 2023-09-13 17:46:30 +02:00

View file

@ -0,0 +1,16 @@
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
github-token: null
- run: nix flake check --keep-going