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 b8ada3b commit c9b3eb8
Show file tree
Hide file tree
Showing 2 changed files with 8 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
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
repos:
- 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 c9b3eb8

Please sign in to comment.