Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Aug 9, 2024
1 parent f5d0dff commit 2f5e04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Lint
run: pnpm run lint
# Only lint on linux to avoind \r\n line ending errors
# Only lint on linux to avoid \r\n line ending errors
if: matrix.runner == 'ubuntu-latest'

- name: Test
Expand Down

0 comments on commit 2f5e04e

Please sign in to comment.