feat(Stir): prove out_of_dom_smpl_1 (out-of-domain sampling bound, 1 sorry removed) #444
Workflow file for this run
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 | |
| on: | |
| pull_request: | |
| branches: ["main"] | |
| workflow_dispatch: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| lint-whitespaces: | |
| name: Lint trailing whitespaces | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v7 | |
| - name: Lint trailing whitespaces | |
| run: bash ./scripts/lintWhitespace.sh |