Skip to content

[Bot] Follow conventions for Coc.cs #2

[Bot] Follow conventions for Coc.cs

[Bot] Follow conventions for Coc.cs #2

name: Inspect code
on:
push:
branches: [ "main", "debug-workflow" ]
paths: ["**.cs"]
pull_request:
branches: [ "main" ]
paths: ["**.cs"]
defaults:
run:
working-directory: ./Bot
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Inspect
uses: muno92/resharper_inspectcode@v1
with:
solutionPath: './Bot.sln'
noBuild: true