mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 04:40: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.yml
vendored
Normal file
17
.github/workflows/deadnix.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
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