Skip to content

Commit

Permalink
Ignore linting for now
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavb committed May 31, 2024
1 parent 42d5ffc commit ea31586
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build+lint+format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
with:
dotnet-version: "8.x"
- run: dotnet build
lint:
runs-on: ubuntu-latest
# lint:
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.300"
- name: Install Tools
run: dotnet tool restore
- run: dotnet dotnet-fsharplint lint JimBroBot.fsproj
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-dotnet@v4
# with:
# dotnet-version: "8.0.105"
# - name: Install Tools
# run: dotnet tool restore
# - run: dotnet dotnet-fsharplint lint JimBroBot.fsproj
format_check:
runs-on: ubuntu-latest

Expand Down

0 comments on commit ea31586

Please sign in to comment.