From 71546e8ed0eb93a18fa0d5f0e74a255c98a83a48 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Sat, 10 Apr 2021 02:25:44 +0200 Subject: [PATCH] fmt lint canary --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0271919..91e4fd9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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