fmt lint canary

This commit is contained in:
Luca Casonato
2021-04-10 02:25:44 +02:00
parent 87672c450e
commit 71546e8ed0

View File

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