mirror of
https://github.com/denoland/setup-deno.git
synced 2026-08-28 00:00:37 +02:00
fmt lint canary
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user