Skip to content

Commit 2e040fc

Browse files
committed
☕ Do NOT run lint/fmt-check on non latest deno
1 parent cdb856d commit 2e040fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ jobs:
3636
deno-version: "${{ matrix.version }}"
3737
- name: Lint check
3838
run: make lint
39+
if: matrix.version == '1.x'
3940
- name: Format check
4041
run: make fmt-check
42+
if: matrix.version == '1.x'
4143
- name: Type check
4244
run: make type-check
4345

0 commit comments

Comments
 (0)