Skip to content

Commit

Permalink
Add pre-commit job to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdp committed May 28, 2022
1 parent 8d8ff25 commit d7fccee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ env:
GO_VERSION: 1.17.8

jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.3

git-describe:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d7fccee

Please sign in to comment.