Skip to content

Commit

Permalink
[ci] Check trailing newline on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ricab committed Dec 3, 2024
1 parent 5d824d7 commit be6ffdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Check whitespace
uses: ./.github/actions/whitespace

- name: Check final newline
uses: qwrtln/[email protected]

- name: Lint the code
uses: ./.github/actions/lint

Expand Down

0 comments on commit be6ffdc

Please sign in to comment.