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