This commit is contained in:
Snider 2022-01-23 21:14:25 +00:00
parent b4c343e890
commit d149871e9a

View file

@ -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 <myconfig>