Skip to content

Commit

Permalink
Exclude docs from linter
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSchipper committed Apr 18, 2024
1 parent 903ee1d commit 3ba2d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
VALIDATE_CHECKOV: false
VALIDATE_MARKDOWN: false
VALIDATE_GITHUB_ACTIONS: false
VALIDATE_PYTHON_PYLINT: false
VALIDATE_PYTHON_PYLINT: false
FILTER_REGEX_EXCLUDE: .*docs/.*
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["main", "initial"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 3ba2d55

Please sign in to comment.