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 - main
jobs: jobs:
build: build:
runs-on: nix runs-on: nixos-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: nix develop - run: nix develop

View file

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