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 a8b201d commit 86f04c5Copy full SHA for 86f04c5
.github/workflows/lint.yml
@@ -24,7 +24,8 @@ jobs:
24
# Update output format to enable automatic inline annotations.
25
- name: Run Ruff
26
run: |
27
- ruff check --fix --output-format=github src
+ ruff check --fix --output-format=github render-engine-parser
28
+
29
ruff format src
30
31
- name: Markdown Lint base-files
0 commit comments