We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5693a39 commit db64efbCopy full SHA for db64efb
.github/workflows/mega-linter.yml
@@ -42,7 +42,6 @@ jobs:
42
contents: write
43
issues: write
44
pull-requests: write
45
- statuses: write
46
steps:
47
# Git Checkout
48
- name: Checkout Code
@@ -62,7 +61,6 @@ jobs:
62
61
VALIDATE_ALL_CODEBASE: "true"
63
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
# ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
65
- GITHUB_STATUS_REPORTER: "true"
66
GITHUB_COMMENT_REPORTER: "true"
67
PYTHON_RUFF_ARGUMENTS: --config pyproject.toml --config 'output-format="github"'
68
PYTHON_RUFF_FORMAT_ARGUMENTS: --config pyproject.toml --config 'output-format="github"'
0 commit comments