Skip to content

Commit b1b9c1f

Browse files
committed
update github actions
1 parent 6a779da commit b1b9c1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +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
28-
ruff format src
27+
ruff check --fix --output-format=github render_engine_makrdown
28+
ruff format render_engine_makrdown
2929
3030
- name: Markdown Lint base-files
3131
uses: DavidAnson/markdownlint-cli2-action@v14

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88
pull_request:
99
paths:
10-
- 'src/**'
10+
- 'render_engine_markdown/**'
1111

1212
jobs:
1313
test-against-matrix:

0 commit comments

Comments
 (0)