Compare commits

..

1 commit

Author SHA1 Message Date
3e7d55f5b9
retry
All checks were successful
/ lint (push) Successful in 1m9s
2025-08-20 12:05:26 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ on:
- main
jobs:
build:
runs-on: nixos-latest
runs-on: nix
steps:
- uses: actions/checkout@v4
- run: nix develop

View file

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