Skip to content

Commit

Permalink
chore: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-shirbandi committed Nov 9, 2024
1 parent 18132e8 commit 6099f23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"isRoot": true,
"tools": {
"dotnet-stryker": {
"version": "3.10.0",
"version": "4.4.0",
"commands": [
"dotnet-stryker"
]
},
"csharpier": {
"version": "0.24.2",
"version": "0.29.2",
"commands": [
"dotnet-csharpier"
]
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- name: Setup .NET 6,7 and 8
- name: Check out code
uses: actions/checkout@v3

- name: Setup .NET 6 and .NET 8
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Build
run: ./build.ps1 Compile
- name: Lint Check
Expand Down

0 comments on commit 6099f23

Please sign in to comment.