Skip to content

Commit

Permalink
Try a temporary workaround for linting error
Browse files Browse the repository at this point in the history
This is an open issue (fsprojects/FSharpLint#687) but a workaround
suggesting the use of an earlier version is mentioned as the last
comment
(fsprojects/FSharpLint#687 (comment)).
  • Loading branch information
arnavb committed May 31, 2024
1 parent ac2cccc commit c71f03d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_lint_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
dotnet-version: |
6.0.403
8.x
- name: Install Tools
run: dotnet tool restore
- name: Temporary workaround
run: dotnet new globaljson --sdk-version 6.0.403 --roll-forward minor
- run: dotnet dotnet-fsharplint lint JimBroBot.fsproj
format_check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c71f03d

Please sign in to comment.