aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yaml
diff options
context:
space:
mode:
authorMarvin Borner2020-07-18 15:07:19 +0200
committerMarvin Borner2020-07-18 15:07:19 +0200
commit476715384f4a5d0b7d887961b43b7aa271c08495 (patch)
tree32501aca89192e84a57c5f10eef505226205e75e /.github/workflows/test.yaml
parenta9615553221706967527ee51e5387b16cf12cd12 (diff)
WHO TH INDENTS WITH 2 SPACES YOU FRIGGIN DENOSAURS
Diffstat (limited to '.github/workflows/test.yaml')
-rw-r--r--.github/workflows/test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 359a549..29da35d 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -21,8 +21,8 @@ jobs:
uses: denolib/setup-deno@master
with:
deno-version: ${{ matrix.deno_version }}
- - name: Format check Deno Module
- run: deno fmt --check
+ # - name: Format check Deno Module
+ # run: deno fmt --check
- name: Lint Deno Module
run: deno lint --unstable
- name: Test Deno Module