From 91c395bfadda4c2639c35c1d2e55845186d66976 Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Sat, 17 Jan 2026 12:59:22 +0100 Subject: [PATCH] fix formatting --- .github/workflows/update-langs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-langs.yml b/.github/workflows/update-langs.yml index bdad93f8..55c1d8f2 100644 --- a/.github/workflows/update-langs.yml +++ b/.github/workflows/update-langs.yml @@ -28,7 +28,9 @@ permissions: jobs: updateLanguages: - if: github.repository == 'anuraghazra/github-readme-stats' || github.repository == 'stats-organization/github-readme-stats' + if: + github.repository == 'anuraghazra/github-readme-stats' || + github.repository == 'stats-organization/github-readme-stats' name: Update supported languages runs-on: ubuntu-latest strategy: