Lt22413: Add disjoint Bantu features to Inflection Feature Catalog #2349
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: check-whitespace | |
| on: | |
| pull_request: | |
| types: [opened, synchronize] | |
| # Avoid unnecessary builds | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| check-whitespace: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: Run whitespace check script | |
| shell: bash | |
| run: bash ./Build/Agent/check-whitespace.sh |