From 0f4ea82e7b0db0788cacfcd574de5af8a78da551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=82ngelo=20Tadeucci?= Date: Tue, 6 Jun 2023 19:21:30 -0300 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 97e38bd7..0360d859 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -13,7 +13,7 @@ jobs: with: node-version: "18.x" - run: npm ci - - run: npm run format + - run: npm run prettier - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4.1.2 with: