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 04a4420 commit d2dc7b0Copy full SHA for d2dc7b0
.github/workflows/tests.yml
@@ -45,4 +45,7 @@ jobs:
45
run: composer test:js
46
47
- name: Tests JS formating
48
- run: composer test:format:js
+ run: composer test:format:js
49
+
50
+ - name: Tests JS linting
51
+ run: composer test:lint
0 commit comments