Skip to content

Commit

Permalink
ci: only run linting on Ubuntu (#5216)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Apr 2, 2023
1 parent f295fdd commit 43eedbc
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ env:

jobs:
lint:
name: Lint on ${{ matrix.os }}
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
name: Lint
runs-on: ubuntu-latest

steps:
- name: Git Checkout
Expand Down

0 comments on commit 43eedbc

Please sign in to comment.