Skip to content

Add commit-msg hook to git templates #38

Add commit-msg hook to git templates

Add commit-msg hook to git templates #38

Workflow file for this run

name: Commit
on:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix build -L ".#checks.x86_64-linux.pre-commit"