Skip to content

Commit

Permalink
CI: workaround issues with setting-up pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Kosegi <richard.kosegi@gmail.com>
  • Loading branch information
rkosegi committed Sep 30, 2024
1 parent 57b39aa commit e3f8af6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: '3.x'
- uses: pre-commit/action@v3.0.1

- name: Go build
Expand Down

0 comments on commit e3f8af6

Please sign in to comment.