Skip to content

Commit 43eedbc

Browse files
authored
ci: only run linting on Ubuntu (#5216)
1 parent f295fdd commit 43eedbc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/pull-request.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@ env:
99

1010
jobs:
1111
lint:
12-
name: Lint on ${{ matrix.os }}
13-
runs-on: ${{ matrix.os }}
14-
15-
strategy:
16-
fail-fast: false
17-
matrix:
18-
os: [ubuntu-latest, windows-latest]
12+
name: Lint
13+
runs-on: ubuntu-latest
1914

2015
steps:
2116
- name: Git Checkout

0 commit comments

Comments
 (0)