w.i.p
This commit is contained in:
parent
b4c343e890
commit
d149871e9a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deno.yml
vendored
3
.github/workflows/deno.yml
vendored
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue