mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-18 01:07:22 +00:00
ci: remove indentation*
This commit is contained in:
@@ -9,6 +9,4 @@ jobs:
|
||||
- name: Run fmt check script
|
||||
run: deno fmt --check
|
||||
- name: Run lint script
|
||||
run: |
|
||||
deno --version
|
||||
deno lint src/** --unstable
|
||||
run: deno lint src/** --unstable
|
||||
|
||||
@@ -12,9 +12,7 @@ jobs:
|
||||
with:
|
||||
deno-version: {{ matrix.deno }}
|
||||
- name: Cache dependencies
|
||||
run: |
|
||||
deno version
|
||||
deno cache mod.ts
|
||||
run: deno cache mod.ts
|
||||
- name: Run test script
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: deno test --allow-net --allow-env
|
||||
|
||||
Reference in New Issue
Block a user