Fix rout parser generation #1611
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
| # https://github.com/Kampfkarren/selene/issues/284 | |
| name: Selene Lint Check | |
| on: [push, pull_request] | |
| jobs: | |
| sile: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: selene linter | |
| uses: NTBBloodbath/selene-action@v1.0.0 | |
| with: | |
| # Github secret token | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| # selene arguments | |
| args: . --config selene.toml |