mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 12:50:05 +00:00
👷 Add deadnix workflow, for removing unused/dead code
This commit is contained in:
parent
afda908416
commit
88f8687b36
1 changed files with 17 additions and 0 deletions
17
.github/workflows/deadnix.yaml
vendored
Normal file
17
.github/workflows/deadnix.yaml
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