From c4131c205c6fcffdcb7cf408ec2bf215f058c127 Mon Sep 17 00:00:00 2001 From: Diogo Matos Date: Wed, 15 Nov 2023 15:41:18 +0000 Subject: [PATCH] fix: format code in CI Style --- .github/workflows/style.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index c14e2f5b..163a3d1a 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -40,8 +40,8 @@ jobs: - name: 🧰 Install dependencies run: npm ci - - name: 🎨 Check code formatting - run: npm run test:format + - name: 🎨 Format the code + run: npm run format - name: 🐛 Lint the code run: npm run test:lint