Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

Commit 0309469

Browse files
committed
「👷」 ci(deadnix): added dead code checker
1 parent 9d9c8a7 commit 0309469

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/deadnix.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on: [push]
2+
3+
name: Dead code analysis
4+
5+
jobs:
6+
deadnix:
7+
name: Deadnix
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: cachix/install-nix-action@v30
12+
- uses: cachix/cachix-action@v15
13+
with:
14+
name: deadnix
15+
- uses: astro/deadnix-action@main

0 commit comments

Comments
 (0)