Merge pull request 'devshell: fix linking pre-commit' (#95) from Mic92-mic92 into main
All checks were successful
build / test (push) Successful in 21s

This commit is contained in:
clan-bot 2023-08-08 11:54:19 +00:00
commit a21e768142
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
name: build
on:
pull_request:
push:
branches: main
jobs:
test:
runs-on: nix

View File

@ -15,7 +15,7 @@
self'.packages.merge-after-ci
];
shellHook = ''
ln -sf ../../scripts/pre-commit .git/hooks/pre-commit
ln -sf ../../scripts/pre-commit "$(git rev-parse --show-toplevel)/.git/hooks/pre-commit"
'';
};
};