Skip to content

Commit

Permalink
Add linter on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
meziantou committed Apr 19, 2024
1 parent 73d1af6 commit 6928296
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ jobs:
env:
NUGET_SOURCE: ${{ secrets.NUGET_GSOFTDEV_FEED_URL }}
NUGET_API_KEY: ${{ secrets.GSOFT_NUGET_API_KEY }}

lint_config:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
- run: dotnet run --project=tools/ConfigurationFilesGenerator/ConfigurationFilesGenerator.csproj

0 comments on commit 6928296

Please sign in to comment.