summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/style.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml

index 931449b7..4fd62bae 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml
@@ -23,5 +23,6 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' + - run: npm i --only=dev - run: npx eslint . - run: npx prettier --check . \ No newline at end of file