fmt lint canary
This commit is contained in:
parent
87672c450e
commit
71546e8ed0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue