Skip to content

Commit

Permalink
ensure dotnet installed for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nietras committed Apr 2, 2024
1 parent 87317e3 commit 1fdd087
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
# list of files that changed across commits
fetch-depth: 0

- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json

- name: Super-linter
uses: super-linter/super-linter@v6.3.0 # x-release-please-version
env:
Expand Down

0 comments on commit 1fdd087

Please sign in to comment.