Skip to content

Commit

Permalink
Init repo (#3)
Browse files Browse the repository at this point in the history
* Bump reusable workflows to v12

* Fix PR template
  • Loading branch information
katybaulch authored Aug 27, 2024
1 parent 81b8610 commit 143a0a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What's changed?

<!--- Provide a general summary of your changes -->
- Provide a general summary of your changes

## Proposed version

Expand Down
4 changes: 2 additions & 2 deletions workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: |
github.event_name == 'pull_request' &&
(! startsWith(github.ref, 'refs/tags') && ! startsWith(github.ref, 'refs/heads/main'))
uses: climatepolicyradar/reusable-workflows/.github/workflows/check-auto-tagging-will-work.yml@v3
uses: climatepolicyradar/reusable-workflows/.github/workflows/check-auto-tagging-will-work.yml@v12

code-quality:
if: |
Expand All @@ -33,7 +33,7 @@ jobs:
checks: write
# For repo checkout
contents: read
uses: climatepolicyradar/reusable-workflows/.github/workflows/python-precommit-validator.yml@v3
uses: climatepolicyradar/reusable-workflows/.github/workflows/python-precommit-validator-without-version.yml@v12

test:
if: |
Expand Down

0 comments on commit 143a0a3

Please sign in to comment.