Skip to content

Commit cf20a23

Browse files
committed
updates names for files
1 parent 86f04c5 commit cf20a23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
# Update output format to enable automatic inline annotations.
2525
- name: Run Ruff
2626
run: |
27-
ruff check --fix --output-format=github render-engine-parser
28-
29-
ruff format src
27+
ruff check --fix --output-format=github render_engine_parser
28+
29+
ruff format render_engine_parser
3030
3131
- name: Markdown Lint base-files
3232
uses: DavidAnson/markdownlint-cli2-action@v14

0 commit comments

Comments
 (0)