refactor: re-align on 24.11 from master to avoid 25.05 rc #258
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dead 😵 Nix ❄️ Analysis 🔍️ | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
deadnix: | |
name: Dead Nix Analysis | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeterminateSystems/nix-installer-action@v9 | |
- uses: DeterminateSystems/magic-nix-cache-action@v2 | |
- uses: astro/deadnix-action@v1 |