From bfbafed53841a86091581f87975df3ae7a0fef0e Mon Sep 17 00:00:00 2001 From: Nikos Douvlis Date: Tue, 31 Oct 2023 10:57:28 +0200 Subject: [PATCH] chore(repo): Rename formatting-linting job --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 70e133b2024..ee5e4054098 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ concurrency: jobs: formatting-linting: - name: Formatting & Linting + name: Formatting, linting & changeset checks runs-on: ${{ vars.RUNNER_LARGE }} steps: