Skip to content

Commit 2ecc2ef

Browse files
committed
ci: add deno lint to gh workflow
1 parent b9add1c commit 2ecc2ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
deno-version: ${{ matrix.deno-version }}
2424
- name: Format Deno Module
2525
run: deno fmt --check
26+
- name: Deno Lint module
27+
run: deno lint --ignore=test.bundle.js
2628
- name: Build Deno Module
2729
run: deno run --reload --unstable -A mod.ts
2830
- name: Test Deno Module

0 commit comments

Comments
 (0)