aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/deno.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/deno.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/deno.yml')
-rw-r--r--.github/workflows/deno.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml
index 357000b..3376864 100644
--- a/.github/workflows/deno.yml
+++ b/.github/workflows/deno.yml
@@ -26,6 +26,10 @@ jobs:
uses: denoland/setup-deno@v2
with:
deno-version: v2.x
+ - name: Lint
+ run: |
+ deno lint
+ deno fmt --check
- name: Test
run: deno test src/packages/locusts/mod.ts
- name: Publish on Tag