Skip to content

Commit

Permalink
Update style-check.yml
Browse files Browse the repository at this point in the history
Include `scripts` directory for style check.
  • Loading branch information
tushuhei authored Nov 24, 2021
1 parent c8b1fbf commit 4c8256c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
python-version: '3.7'
- run: python -m pip install --upgrade yapf
- run: yapf --diff --recursive budoux tests
- run: yapf --diff --recursive budoux tests scripts
typescript-style-check:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4c8256c

Please sign in to comment.