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 cd5ad89 commit 6989ce1Copy full SHA for 6989ce1
.github/workflows/test.yaml
@@ -20,10 +20,9 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@master
23
- - name: Prettier
24
- run: |
25
- yarn global add prettier@^2.2.0
26
- ~/.yarn/bin/prettier --check src/*/Resources/assets/{src,test}/*.js --config .prettierrc.json
+ - run: yarn
+ - run: yarn check-lint
+ - run: yarn check-format
27
28
tests-php-low-deps:
29
0 commit comments