Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaymiller committed Dec 10, 2023
1 parent 6a779da commit b1b9c1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
# Update output format to enable automatic inline annotations.
- name: Run Ruff
run: |
ruff check --fix --output-format=github src
ruff format src
ruff check --fix --output-format=github render_engine_makrdown
ruff format render_engine_makrdown
- name: Markdown Lint base-files
uses: DavidAnson/markdownlint-cli2-action@v14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
pull_request:
paths:
- 'src/**'
- 'render_engine_markdown/**'

jobs:
test-against-matrix:
Expand Down

0 comments on commit b1b9c1f

Please sign in to comment.