Skip to content

Commit 0f72406

Browse files
author
Sine Jespersen
committed
5290: add jsx to GA lint
1 parent a8f3615 commit 0f72406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/javascript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
docker network create frontend
3434
3535
- run: |
36-
docker compose run --rm prettier 'assets/**/*.js' --check
36+
docker compose run --rm prettier 'assets/**/*.{js,jsx}' --check

0 commit comments

Comments
 (0)