Skip to content

Commit

Permalink
Update lint action and MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Aug 20, 2024
1 parent f7d298e commit 35a82be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
pip install ruff
- name: Run Ruff
working-directory: ./src
run: ruff djangocms_snippet
run: ruff check djangocms_snippet
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ include CHANGELOG.rst
include LICENSE
include pyproject.toml
include README.rst
recursive-include src/djangocms_snippet *
recursive-include src/djangocms_snippet *.html

0 comments on commit 35a82be

Please sign in to comment.