From f4dc835451787e065e0085c1df913d2e5722ce36 Mon Sep 17 00:00:00 2001 From: Nikos Douvlis Date: Tue, 31 Oct 2023 11:00:34 +0200 Subject: [PATCH] chore(repo): Rename formatting-linting job (#1984) (cherry picked from commit bdfd27b3180d029d5d3c5893483690dbba024ef8) --- .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: