retry
Some checks failed
/ lint (push) Failing after 31s

This commit is contained in:
Jana Dönszelmann 2025-08-20 11:41:30 +02:00
parent 4bbb51ef42
commit c0870ccac3
No known key found for this signature in database
12 changed files with 113 additions and 91 deletions

View file

@ -1,6 +1,11 @@
on: [push]
on:
push:
branches:
- master
jobs:
test:
runs-on: docker
build:
runs-on: nixos-latest
steps:
- run: echo All good!
- uses: actions/checkout@v4
- run: nix develop
- run: colmena build -v --on @fili

7
.github/workflows/lint.yml vendored Normal file
View file

@ -0,0 +1,7 @@
on: [push]
jobs:
lint:
runs-on: nixos-latest
steps:
- uses: actions/checkout@v4
- run: nix fmt -- --check .