diff --git a/.github/workflows/resharper-inspectcode.yml b/.github/workflows/resharper-inspectcode.yml new file mode 100644 index 0000000..c1c1bee --- /dev/null +++ b/.github/workflows/resharper-inspectcode.yml @@ -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