Skip to content

Commit

Permalink
chore(ci): add deno lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed Aug 28, 2020
1 parent 25d8e24 commit e48f293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -16,5 +16,5 @@ jobs:
- name: Check formatting
run: deno fmt --check

# - name: Run linter
# run: deno lint --unstable
- name: Run linter
run: deno lint --unstable

0 comments on commit e48f293

Please sign in to comment.