aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 352e318..acc0181 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -21,7 +21,9 @@ jobs:
uses: denolib/setup-deno@master
with:
deno-version: ${{ matrix.deno-version }}
- - name: Lint Deno Module
+ - name: Format check Deno Module
run: deno fmt --check
+ - name: Lint Deno Module
+ run: deno lint --unstable
- name: Test Deno Module
run: deno test --allow-none