We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca585fc commit c81b2b4Copy full SHA for c81b2b4
.github/workflows/mega-linter.yml
@@ -45,7 +45,6 @@ jobs:
45
contents: write
46
issues: write
47
pull-requests: write
48
- statuses: write
49
steps:
50
# Git Checkout
51
- name: Checkout Code
@@ -65,7 +64,6 @@ jobs:
65
64
VALIDATE_ALL_CODEBASE: "true"
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
# ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
68
- GITHUB_STATUS_REPORTER: "true"
69
GITHUB_COMMENT_REPORTER: "true"
70
PYTHON_RUFF_ARGUMENTS: --config pyproject.toml --config 'output-format="github"'
71
PYTHON_RUFF_FORMAT_ARGUMENTS: --config pyproject.toml --config 'output-format="github"'
0 commit comments