Skip to content

Commit

Permalink
Merge pull request #746 from lehigh-university-libraries/585-lint-wor…
Browse files Browse the repository at this point in the history
…kbench

Include workbench file when linting in GHA
  • Loading branch information
mjordan authored Feb 26, 2024
2 parents 5f2553b + 0a243f5 commit 5e9f003
Show file tree
Hide file tree
Showing 2 changed files with 2,016 additions and 922 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
options: "--check --verbose --include '(\\.pyi?|\\.ipynb|workbench)$'"
Loading

0 comments on commit 5e9f003

Please sign in to comment.