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 6a779da commit b1b9c1fCopy full SHA for b1b9c1f
.github/workflows/lint.yml
@@ -24,8 +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
28
- ruff format src
+ ruff check --fix --output-format=github render_engine_makrdown
+ ruff format render_engine_makrdown
29
30
- name: Markdown Lint base-files
31
uses: DavidAnson/markdownlint-cli2-action@v14
.github/workflows/test.yml
@@ -7,7 +7,7 @@ on:
7
- main
8
pull_request:
9
paths:
10
- - 'src/**'
+ - 'render_engine_markdown/**'
11
12
jobs:
13
test-against-matrix:
0 commit comments