Skip to content

Commit 35a82be

Browse files
committed
Update lint action and MANIFEST.in
1 parent f7d298e commit 35a82be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
pip install ruff
2828
- name: Run Ruff
2929
working-directory: ./src
30-
run: ruff djangocms_snippet
30+
run: ruff check djangocms_snippet

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ include CHANGELOG.rst
33
include LICENSE
44
include pyproject.toml
55
include README.rst
6-
recursive-include src/djangocms_snippet *
6+
recursive-include src/djangocms_snippet *.html

0 commit comments

Comments
 (0)