fmt lint canary

This commit is contained in:
Luca Casonato 2021-04-10 02:25:44 +02:00
parent 87672c450e
commit 71546e8ed0
No known key found for this signature in database
GPG Key ID: 789878CF6382A84F
1 changed files with 2 additions and 0 deletions

View File

@ -27,7 +27,9 @@ jobs:
run: deno run https://deno.land/std/examples/welcome.ts
- name: Format
if: runner.os == 'Linux' && matrix.deno == 'canary'
run: npm run fmt:check
- name: Lint
if: runner.os == 'Linux' && matrix.deno == 'canary'
run: npm run lint