mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
👷 Simplify deadnix workflow
This commit is contained in:
parent
92eb3abcdf
commit
a9e5e27aab
1 changed files with 3 additions and 10 deletions
13
.github/workflows/deadnix.yml
vendored
13
.github/workflows/deadnix.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: "Nix: check for unused code"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
paths:
|
||||
|
@ -12,17 +13,9 @@ jobs:
|
|||
name: Run deadnix
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.ref_name }}
|
||||
persist-credentials: false
|
||||
|
||||
- uses: actions/checkout@main
|
||||
|
||||
- name: Install lix
|
||||
uses: ./.github/actions/install-lix
|
||||
|
||||
- uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: deadnix
|
||||
|
||||
- uses: phucleeuwu/deadnix-action@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue