From 0b05537aaa82fa529379e7db1792dedeb8d5e1a6 Mon Sep 17 00:00:00 2001 From: Ivan Yordanov Date: Wed, 8 Nov 2023 10:21:31 +0200 Subject: [PATCH] ci: rename dprint step --- .github/workflows/ci.yaml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 07338b2dd..ffa69e20d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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/check@v2.2 if: runner.os == 'Linux' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 457a712b1..407f7830e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,7 +68,7 @@ repos: )$ require_serial: true - id: dprint - name: dprint + name: dprint entry: dprint fmt language: system types: [markdown]