We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f3615 commit 0f72406Copy full SHA for 0f72406
.github/workflows/javascript.yaml
@@ -33,4 +33,4 @@ jobs:
33
docker network create frontend
34
35
- run: |
36
- docker compose run --rm prettier 'assets/**/*.js' --check
+ docker compose run --rm prettier 'assets/**/*.{js,jsx}' --check
0 commit comments