Skip to content

Commit

Permalink
ci: rename dprint step
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Nov 8, 2023
1 parent 1738338 commit 0b05537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install docs dependencies
run: poetry install --with docs

- name: Check markdown formatting
- name: Check markdown, css, toml formatting
uses: dprint/[email protected]
if: runner.os == 'Linux'

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ repos:
)$
require_serial: true
- id: dprint
name: dprint
name: dprint
entry: dprint fmt
language: system
types: [markdown]
Expand Down

0 comments on commit 0b05537

Please sign in to comment.