mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
Intend :)
This commit is contained in:
@@ -10,5 +10,5 @@ jobs:
|
||||
run: deno fmt --check
|
||||
- name: Run lint script
|
||||
run: |
|
||||
deno --version
|
||||
deno lint src/** --unstable
|
||||
deno --version
|
||||
deno lint src/** --unstable
|
||||
|
||||
@@ -13,8 +13,8 @@ jobs:
|
||||
deno-version: {{ matrix.deno }}
|
||||
- name: Cache dependencies
|
||||
run: |
|
||||
deno version
|
||||
deno cache mod.ts
|
||||
deno version
|
||||
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