Skip to content

Commit

Permalink
rm root index.ts from prettier args.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbosborn committed Apr 2, 2022
1 parent 149e1f6 commit bae1ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/formatters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actionsx/prettier@v2
with:
# prettier CLI arguments.
args: --check index.ts examples/ src/ tests/
args: --check examples/ src/ tests/

fmt:
name: Rustfmt
Expand Down

0 comments on commit bae1ba9

Please sign in to comment.