From 186b82c177dd41dfc23f3d25cf626cd4a3bb3bd3 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Sun, 9 Feb 2025 09:48:19 -0500 Subject: [PATCH] Update ruff_format.yaml (#513) ## Description ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin --- .github/workflows/ruff_format.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruff_format.yaml b/.github/workflows/ruff_format.yaml index 959b7fc4b..772e4af8a 100644 --- a/.github/workflows/ruff_format.yaml +++ b/.github/workflows/ruff_format.yaml @@ -1,4 +1,4 @@ -name: ruff format +name: lint | ruff format on: [ pull_request ] jobs: