Skip to content

Commit 507177e

Browse files
committed
add style-check to test
1 parent a03482a commit 507177e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions/setup-node@v2
2020
with:
2121
node-version: ${{ matrix.node-version }}
22+
- name: Code Style Check
23+
run: npx -y prettier -c .
2224
- name: Cache Node Dependencies
2325
id: cache
2426
uses: actions/cache@v2
@@ -68,4 +70,4 @@ jobs:
6870
path: ./node_modules
6971
key: modules-${{ hashFiles('package-lock.json') }}
7072
- name: Build for arm
71-
run: docker run --platform linux/arm --rm -v "${PWD}:/work" -w /work node ./tools/crossbuild-drm.sh
73+
run: docker run --platform linux/arm --rm -v "${PWD}:/work" -w /work node ./tools/crossbuild-drm.sh

0 commit comments

Comments
 (0)