Skip to content

Commit

Permalink
use new resuable workflow without version checks
Browse files Browse the repository at this point in the history
  • Loading branch information
diversemix committed Aug 19, 2024
1 parent 40feb14 commit 65386f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions: write-all
jobs:

code-quality:
uses: climatepolicyradar/reusable-workflows/.github/workflows/python-precommit-validator.yml@v11
uses: climatepolicyradar/reusable-workflows/.github/workflows/python-precommit-validator-without-version.yml@v12

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 65386f6

Please sign in to comment.