Skip to content

Commit

Permalink
newer jb version
Browse files Browse the repository at this point in the history
  • Loading branch information
jinek committed Oct 22, 2024
1 parent e9c3497 commit 2dcb1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/editorconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
solutionPath: ./src/Consolonia.sln
exclude: "**Consolonia.GuiCS/**.*;**Consolonia.Gallery/**.*;**Example/**.*"
version: '2021.1.5'
version: '2024.2.6'

- name: install-resharper
run: |
Expand All @@ -47,7 +47,7 @@ jobs:

- name: resharper-cleanup
run: |
jb cleanupcode Consolonia.sln --exclude="**Consolonia.GuiCS\**.*"
jb cleanupcode Consolonia.sln --exclude="**Consolonia.GuiCS/**.*;**Consolonia.Gallery/**.*;**Example/**.*"
working-directory: ./src

- name: Commit files
Expand Down

0 comments on commit 2dcb1c8

Please sign in to comment.