We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3eb5d commit 0e01c6dCopy full SHA for 0e01c6d
.github/actions/static-code-check/action.yml
@@ -25,12 +25,12 @@ runs:
25
echo "Found base branch with hash: '${HASH}'"
26
echo "BASE_BRANCH=${HASH}" >> ${GITHUB_ENV}
27
28
- - name: pre-commit checks (diff)
29
- uses: pre-commit/action@v3.0.1
30
- env:
31
- SKIP: golangci-lint-full
32
- with:
33
- extra_args: --all-files --from-ref=${{ env.BASE_BRANCH }} --to-ref=HEAD --hook-stage=manual
+ # - name: pre-commit checks (diff)
+ # uses: pre-commit/action@v3.0.1
+ # env:
+ # SKIP: golangci-lint-full
+ # with:
+ # extra_args: --all-files --from-ref=${{ env.BASE_BRANCH }} --to-ref=HEAD --hook-stage=manual
34
35
- name: pre-commit checks (full)
36
uses: pre-commit/action@v3.0.1
0 commit comments