Skip to content

Commit

Permalink
Add more linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyannn committed Dec 31, 2023
1 parent 73bb3eb commit 0a43281
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter@v5
env:
DEFAULT_BRANCH: "master"
GITHUB_ACTIONS_CONFIG_FILE: .actionlint.yaml
VALIDATE_ALL_CODEBASE: true
VALIDATE_HTML: false
2 changes: 2 additions & 0 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
failure-threshold: error

ignored:
- DL3042
- DL3006
Expand Down
2 changes: 1 addition & 1 deletion zola/themes/no-style-please
Submodule no-style-please updated from e1ff2d to 155022

0 comments on commit 0a43281

Please sign in to comment.