Merge pull request #304 from B2R2-org/303-lint-fix-tupleconvention-wr… #472
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 | |
| on: push | |
| jobs: | |
| linting: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 60 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Setup .NET | |
| uses: actions/setup-dotnet@v4 | |
| - name: Lint files | |
| run: | | |
| git clone --depth 1 https://github.com/B2R2-org/FSLint.git | |
| dotnet build FSLint | |
| dotnet run --project FSLint/src/FSLint -- src/ |