aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatthew Strapp <matt@mattstrapp.net>2024-10-31 13:28:18 -0500
committerGitHub <noreply@github.com>2024-10-31 13:28:18 -0500
commit9172bb74d2c03c92902136c1831874337ab394dd (patch)
tree56f73bed76bba4b55ad622a7a0a6af7713899c7f /.github
parentrefactor: Update eslint configuration (diff)
downloadlocusts-9172bb74d2c03c92902136c1831874337ab394dd.tar
locusts-9172bb74d2c03c92902136c1831874337ab394dd.tar.gz
locusts-9172bb74d2c03c92902136c1831874337ab394dd.tar.bz2
locusts-9172bb74d2c03c92902136c1831874337ab394dd.tar.lz
locusts-9172bb74d2c03c92902136c1831874337ab394dd.tar.xz
locusts-9172bb74d2c03c92902136c1831874337ab394dd.tar.zst
locusts-9172bb74d2c03c92902136c1831874337ab394dd.zip
feat: Vue (#37)
--------- Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/node.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index 14bb851..066986f 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -48,6 +48,6 @@ jobs:
node-version: "latest"
cache: "pnpm"
- name: Check formatting
- run: pnpm ci:format
+ run: pnpm lint
- name: Build and Test
run: pnpm build && pnpm test