mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Swift: fix user.sh pre-commit insallation
This commit is contained in:
@@ -9,8 +9,8 @@ cd /workspaces/codeql
|
||||
bazel run swift/create-extractor-pack
|
||||
|
||||
#install and set up pre-commit
|
||||
python3 -m pip install pre-commit
|
||||
pre-commit install
|
||||
python3 -m pip install pre-commit --no-warn-script-location
|
||||
$HOME/.local/bin/pre-commit install
|
||||
|
||||
cat >> $HOME/.bashrc << EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user