Skip to content

Commit

Permalink
ci: add deno lint to gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoborus committed May 29, 2021
1 parent b9add1c commit 2ecc2ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
deno-version: ${{ matrix.deno-version }}
- name: Format Deno Module
run: deno fmt --check
- name: Deno Lint module
run: deno lint --ignore=test.bundle.js
- name: Build Deno Module
run: deno run --reload --unstable -A mod.ts
- name: Test Deno Module
Expand Down

0 comments on commit 2ecc2ef

Please sign in to comment.