Skip to content

Commit 8167117

Browse files
authored
style: remove trailing whitespace (#161)
1 parent 0f008ce commit 8167117

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,14 +85,14 @@ jobs:
8585
- name: Install dependencies
8686
run: |
8787
npm install --ignore-scripts
88-
88+
8989
- if: ${{ matrix.os == 'windows-latest' }}
9090
run: npx playwright install winldd
9191

9292
- name: Run browser tests
9393
run: |
9494
npm run test:browser:${{ matrix.browser }}
95-
95+
9696
test:
9797
needs:
9898
- test-regression-check-node10

0 commit comments

Comments
 (0)