From 9bc6bb9460edd48f07d0db49c0e0f98ff74db0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Sat, 16 Sep 2023 11:39:59 +0200 Subject: [PATCH] tweak the name of the `fix --check` step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .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 f6f5f4f79d..4afe9c88ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - name: verify local dependency ranges run: node scripts/verify-local-dependencies.js - - name: type checking and declarations + - name: check for missing repo fixes run: yarn fix --check - name: validate config