Skip to content

Add to CI

Add to CI #1

name: Lint trailing whitespaces

Check failure on line 1 in .github/workflows/lint-whitespaces.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint-whitespaces.yml

Invalid workflow file

(Line: 18, Col: 9): There's not enough info to determine what you meant. Add one of these properties: cancel, run, shell, uses, wait, wait-all, with, working-directory, (Line: 19, Col: 5): Unexpected value 'run'
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