Skip to content

Commit 86f04c5

Browse files
committed
fixes lint update
1 parent a8b201d commit 86f04c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
# Update output format to enable automatic inline annotations.
2525
- name: Run Ruff
2626
run: |
27-
ruff check --fix --output-format=github src
27+
ruff check --fix --output-format=github render-engine-parser
28+
2829
ruff format src
2930
3031
- name: Markdown Lint base-files

0 commit comments

Comments
 (0)