We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f04c5 commit cf20a23Copy full SHA for cf20a23
.github/workflows/lint.yml
@@ -24,9 +24,9 @@ jobs:
24
# Update output format to enable automatic inline annotations.
25
- name: Run Ruff
26
run: |
27
- ruff check --fix --output-format=github render-engine-parser
28
-
29
- ruff format src
+ ruff check --fix --output-format=github render_engine_parser
+
+ ruff format render_engine_parser
30
31
- name: Markdown Lint base-files
32
uses: DavidAnson/markdownlint-cli2-action@v14
0 commit comments