Skip to content

Commit

Permalink
change linter to super linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-erojaslizano committed Mar 20, 2024
1 parent 894712d commit a14bd1c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
dotnet: ['net6.0', 'net472', 'net471']
cloud_env: ['AZURE', 'GCP', 'AWS']
steps:
- uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Dotnet
uses: actions/setup-dotnet@v3
with:
Expand All @@ -47,11 +48,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Run Linters
uses: wearerequired/lint-action@v2
with:
dotnet_format: true
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Linter
uses: super-linter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup dotnet-coverage
run: dotnet tool install --global dotnet-coverage --version 17.8.4
Expand Down

0 comments on commit a14bd1c

Please sign in to comment.