We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d35e4 commit c17a73cCopy full SHA for c17a73c
1 file changed
.github/workflows/o2-linter.yml
@@ -51,7 +51,7 @@ jobs:
51
echo "linter_ran=1" >> "$GITHUB_OUTPUT"
52
[[ "${{ github.event_name }}" == "pull_request_target" ]] && options="-g"
53
# Checkout the script from the base branch to prevent execution of arbitrary code in the head branch.
54
- git checkout ${{ env.BRANCH_BASE }} -- Scripts/o2_linter.py
+ # git checkout ${{ env.BRANCH_BASE }} -- Scripts/o2_linter.py
55
# shellcheck disable=SC2086 # Ignore unquoted options.
56
python3 Scripts/o2_linter.py $options "${files[@]}"
57
echo "Tip: If you allow actions in your fork repository, O2 linter will run when you push commits."
0 commit comments