Skip to content

Commit

Permalink
Merge branch 'main' into fix/ack
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Oct 31, 2023
2 parents b060a7d + 5659e7e commit 07cf25a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
environment: ack
permissions:
checks: write
contents: read
contents: write # needed to update release
pull-requests: write
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ repos:
hooks:
- id: doc8
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand Down

0 comments on commit 07cf25a

Please sign in to comment.