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: