From 84ee936c0c054f7c699fa62c7b9f7519be5e52d1 Mon Sep 17 00:00:00 2001 From: nicolasK Date: Tue, 5 Dec 2023 17:28:31 +0100 Subject: [PATCH] style(ruff) : change commit message for ruff --- .github/workflows/ruff.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruff.yaml b/.github/workflows/ruff.yaml index ac6a1e37..8cdc289e 100644 --- a/.github/workflows/ruff.yaml +++ b/.github/workflows/ruff.yaml @@ -19,4 +19,4 @@ jobs: args: format - uses: stefanzweifel/git-auto-commit-action@v5 with: - commit_message: 'gh-actions/python format using ruff' \ No newline at end of file + commit_message: 'style(ruff) : automatic lint/format' \ No newline at end of file