Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/super-linter.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FIX_MARKDOWN=true
IGNORE_GITIGNORED_FILES=true
MARKDOWN_CONFIG_FILE=.markdownlint.yml
VALIDATE_ALL_CODEBASE=false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
permissions:
contents: read
statuses: write
pull-requests: write

jobs:
testing:
Expand Down
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,11 @@ cypress/screenshots
# lerna
lerna-debug.log

tmp
tmp

# Super-linter outputs
super-linter-output
super-linter.log

# GitHub Actions leftovers
github_conf