Skip to content

Commit

Permalink
run linter on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-erojaslizano committed May 20, 2024
1 parent 6565142 commit 74197d3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,14 @@ concurrency:
jobs:
run-linter:
name: Run linter
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0
- name: Run linters
uses: super-linter/[email protected] # x-release-please-version
with:
uses: super-linter/[email protected]
env:
VALIDATE_ALL_CODEBASE: false

0 comments on commit 74197d3

Please sign in to comment.