Skip to content

Commit

Permalink
ci: Add ReSharper InspectCode analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Dec 18, 2023
1 parent 7ebe8c4 commit a63491b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/resharper-inspectcode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: JetBrains ReSharper InspectCode

on:
pull_request:
branches:
- main
types:
- opened
- reopened
push:
branches:
- main
workflow_dispatch:

permissions: {}

jobs:
inspect-code:
runs-on: ubuntu-latest

permissions:
actions: read
contents: read
security-events: write

steps:
- name: Check out repository
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Annotate
uses: JetBrains/ReSharper-InspectCode@v0.3
with:
solution: ./Aktabook.sln
telemetry-optout: True

0 comments on commit a63491b

Please sign in to comment.