-
Notifications
You must be signed in to change notification settings - Fork 996
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1868 from crytic/ci/update-super-linter-org
update super-linter org
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
cp pyproject.toml .github/linters | ||
- name: Black | ||
uses: github/super-linter/[email protected] | ||
uses: super-linter/super-linter/[email protected] | ||
if: always() | ||
env: | ||
# run linter on everything to catch preexisting problems | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
cp pyproject.toml .github/linters | ||
- name: Lint everything else | ||
uses: github/super-linter/[email protected] | ||
uses: super-linter/super-linter/[email protected] | ||
if: always() | ||
env: | ||
# run linter on everything to catch preexisting problems | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
cp pyproject.toml .github/linters | ||
- name: Pylint | ||
uses: github/super-linter/[email protected] | ||
uses: super-linter/super-linter/[email protected] | ||
if: always() | ||
env: | ||
# Run linters only on new files for pylint to speed up the CI | ||
|