[REMOVE BEFORE MERGE] Add debug for XML error #6858
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Line lint | |
on: | |
workflow_dispatch: | |
push: | |
jobs: | |
linelint: | |
runs-on: ubuntu-latest | |
name: Check if all files end in newline | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: fernandrone/[email protected] |