Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}

- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
# Replaces pre-commit/action, whose internal actions/cache reference is
# not SHA-pinned and violates the org actions policy.
- name: Run pre-commit
run: |
python -m pip install pre-commit
pre-commit run --show-diff-on-failure --color=always --all-files
Loading