You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Taskfile.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ tasks:
59
59
- '! test -d .git'
60
60
cmds:
61
61
# Don't run this in pipelines
62
-
- '{{if ne .GITHUB_ACTIONS "true"}}pipenv run pre-commit install{{end}}'
62
+
- '{{if ne .GITHUB_ACTIONS "true"}}pipenv run pre-commit install{{else}}echo "Detected a github actions pipeline; skipping the pre-commit install"{{end}}'
63
63
64
64
init:
65
65
desc: Initialize the repo for local use; intended to be run after git clone
0 commit comments