Skip to content

feat: add template descriptions #3

feat: add template descriptions

feat: add template descriptions #3

Workflow file for this run

name: "Check"
on:
pull_request:
push:
jobs:
check-flakes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- run: nix flake check
statix-deadnix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- run: nix shell nixpkgs#statix --command "statix" fix
- run: nix shell nixpkgs#deadnix --command "deadnix" -e
# Auto commit the linting changes
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: 'style: statix & deadnix'