Compare commits

..

1 commit

Author SHA1 Message Date
1efeddf961
retry
Some checks are pending
/ lint (push) Waiting to run
2025-08-20 12:03:37 +02:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

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