Skip to content

Commit 4ab600e

Browse files
authored
ci: only run lint and fmt on linux with Deno 1.x (freshframework#2386)
1 parent 5865c82 commit 4ab600e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ jobs:
3434
deno-version: ${{ matrix.deno }}
3535

3636
- name: Verify formatting
37+
if: startsWith(matrix.os, 'ubuntu') && matrix.deno == 'v1.x'
3738
run: deno fmt --check
3839

3940
- name: Run linter
41+
if: startsWith(matrix.os, 'ubuntu') && matrix.deno == 'v1.x'
4042
run: deno lint
4143

4244
- name: Spell-check

0 commit comments

Comments
 (0)