From d149871e9ab6175d2ff5033df62879453989fa05 Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 23 Jan 2022 21:14:25 +0000 Subject: [PATCH] w.i.p --- .github/workflows/deno.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 024f006..ae9cae0 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -21,7 +21,8 @@ jobs: deno-version: v1.x # Check if the code is formatted according to Deno's default # formatting conventions. - - run: deno fmt --check + - if: matrix.os == 'ubuntu-20.04' + run: deno fmt --check # Scan the code for syntax errors and style issues. If # you want to use a custom linter configuration you can add a configuration file with --config