mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-11 05:10:05 +00:00
📝 Use yml instead of yaml
This commit is contained in:
parent
d6b0351bf7
commit
934f6a4f0d
3 changed files with 2 additions and 2 deletions
17
.github/workflows/deadnix.yaml
vendored
17
.github/workflows/deadnix.yaml
vendored
|
@ -1,17 +0,0 @@
|
|||
name: "Nix: check for unused code"
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
deadnix:
|
||||
name: Run deadnix
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v25
|
||||
- uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: deadnix
|
||||
- uses: phucleeuwu/deadnix-action@v1
|
Loading…
Add table
Add a link
Reference in a new issue