Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
bookernath committed Oct 19, 2024
1 parent bf6a8ed commit fdd7512
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull_request_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
node: [18.x, 20.x]

runs-on: ${{ matrix.os }}
Expand All @@ -24,7 +24,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Normalize line endings
- name: Normalize line endings (Windows only)
if: runner.os == 'Windows'
run: |
git config --global core.autocrlf false
git config --global core.eol lf
Expand Down

0 comments on commit fdd7512

Please sign in to comment.