Skip to content

Commit

Permalink
Upstreaming fixes
Browse files Browse the repository at this point in the history
Don't check python files
Fix line in yml
  • Loading branch information
BryanQuigley committed Oct 11, 2023
1 parent 4e22887 commit d258670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v1
1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ DISABLE:
- CSS
- HTML
- COPYPASTE
- PYTHON
DISABLE_LINTERS:
- YAML_V8R
PRINT_ALL_FILES: false
Expand Down

0 comments on commit d258670

Please sign in to comment.