Skip to content

Commit

Permalink
Fix new error with attr in pull request check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Mar 20, 2023
1 parent 7fb9918 commit 2501102
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
timeout-minutes: 5

steps:
- run: pip install --upgrade attrs
- uses: actions/checkout@v3

- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
Expand Down
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ repos:
rev: 0.2.3
hooks:
- id: copyright
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
hooks:
- id: prettier
additional_dependencies:
- prettier@2.8.4

0 comments on commit 2501102

Please sign in to comment.