Compare commits
1 commit
1efeddf961
...
3e7d55f5b9
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e7d55f5b9 |
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
- main
|
||||
jobs:
|
||||
build:
|
||||
runs-on: nixos-latest
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix develop
|
||||
|
|
|
|||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: nixos-latest
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix fmt -- --check .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue