This file contains hidden or 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: Lint trailing whitespaces | ||
|
Check failure on line 1 in .github/workflows/lint-whitespaces.yml
|
||
| on: | ||
| pull_request: | ||
| branches: ["main"] | ||
| workflow_dispatch: | ||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.ref }} | ||
| cancel-in-progress: true | ||
| jobs: | ||
| docs-integrity: | ||
| name: Lint trailing whitespaces | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v6 | ||
| - name: Lint trailing whitespaces | ||
| run: bash ./scripts/lintWhitespaces.sh | ||