summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-12 21:22:09 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-12 21:24:16 +1000
commit174d34c376a6a94c88b163cf46f76f2b6e52e633 (patch)
treedc92ec80219775107374ce940940b4c0fa13c55c /.github
parentFix DC client throwing on GUILD_CREATE (diff)
downloadserver-174d34c376a6a94c88b163cf46f76f2b6e52e633.tar.xz
fix style action
Diffstat (limited to '.github')
-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