diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-04-12 21:22:09 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-04-12 21:24:16 +1000 |
commit | 174d34c376a6a94c88b163cf46f76f2b6e52e633 (patch) | |
tree | dc92ec80219775107374ce940940b4c0fa13c55c /.github | |
parent | Fix DC client throwing on GUILD_CREATE (diff) | |
download | server-174d34c376a6a94c88b163cf46f76f2b6e52e633.tar.xz |
fix style action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/style.yml | 1 |
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 |