From 17cbd0dd4d1e639b125fd7936397694057d093c8 Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Fri, 17 Nov 2023 13:49:50 -0800 Subject: [PATCH] Fix ci --- .github/workflows/format.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index c4b662d..63a6e6f 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -23,6 +23,8 @@ jobs: - name: Install Dependencies run: npm install - name: Format - run: npm build + run: | + npm run format + npm run build - name: Commit uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc