Skip to content

Commit 6989ce1

Browse files
committed
chore(ci:js): check linting and formatting
1 parent cd5ad89 commit 6989ce1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- 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
23+
- run: yarn
24+
- run: yarn check-lint
25+
- run: yarn check-format
2726

2827
tests-php-low-deps:
2928
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)