Skip to content

Commit

Permalink
Create StyleCop Validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
unrealbg authored Dec 25, 2024
1 parent 94e3208 commit 87c8712
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/StyleCop Validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Code Analysis
on: [push, pull_request]

jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Run StyleCop
run: dotnet tool run stylecop

0 comments on commit 87c8712

Please sign in to comment.