Skip to content

Commit

Permalink
ci: improve linting
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Bumping to v2, as this is no longer published to a registry.
  • Loading branch information
seantrane committed Apr 10, 2023
1 parent bd3567e commit 784ab90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
run: cat .github/super-linter.env >> "$GITHUB_ENV"

- name: Lint Code Base
uses: github/super-linter@v4
uses: github/super-linter/slim@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/lint
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ else
-e RUN_LOCAL=true \
-e USE_FIND_ALGORITHM=true \
--env-file "$PWD/.github/super-linter.env" \
-v "$PWD":/tmp/lint github/super-linter:v4
-v "$PWD":/tmp/lint github/super-linter:slim-v4
fi

0 comments on commit 784ab90

Please sign in to comment.