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.
2 parents c277939 + 61df6a0 commit b39e948Copy full SHA for b39e948
.github/workflows/linter.yml
@@ -34,6 +34,7 @@ jobs:
34
uses: super-linter/super-linter/slim@v8
35
env:
36
DEFAULT_BRANCH: main
37
+ ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: false
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
VALIDATE_BASH: true
40
VALIDATE_CSS: true
.github/workflows/test_website.yml
@@ -42,6 +42,7 @@ jobs:
42
- name: Lint Generated HTML
43
44
45
46
FILTER_REGEX_INCLUDE: src/static/html/.*
47
48
LOG_LEVEL: DEBUG
0 commit comments