aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/node.yml
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-11-01 15:48:34 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-11-01 15:48:34 -0500
commite55df04e362624e2f98274077a29ee65c8453070 (patch)
tree13dbd578b42446da62925bc4477af2ac14f9a7c7 /.github/workflows/node.yml
parentcodeowners: correct the order (diff)
downloadlocusts-e55df04e362624e2f98274077a29ee65c8453070.tar
locusts-e55df04e362624e2f98274077a29ee65c8453070.tar.gz
locusts-e55df04e362624e2f98274077a29ee65c8453070.tar.bz2
locusts-e55df04e362624e2f98274077a29ee65c8453070.tar.lz
locusts-e55df04e362624e2f98274077a29ee65c8453070.tar.xz
locusts-e55df04e362624e2f98274077a29ee65c8453070.tar.zst
locusts-e55df04e362624e2f98274077a29ee65c8453070.zip
Lint ourselves
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.github/workflows/node.yml')
-rw-r--r--.github/workflows/node.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index 066986f..03cac87 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -23,8 +23,8 @@ on:
- "**.svelte"
jobs:
- build-and-test:
- name: Build and Test
+ lint-build-and-test:
+ name: Lint, Build and Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
@@ -49,5 +49,5 @@ jobs:
cache: "pnpm"
- name: Check formatting
run: pnpm lint
- - name: Build and Test
+ - name: Lint, Build and Test
run: pnpm build && pnpm test