From 5695aed2160b2bad3d103e344aefccd34897e937 Mon Sep 17 00:00:00 2001 From: Aleksey Nikolaev Date: Tue, 12 Mar 2024 16:02:53 +0300 Subject: [PATCH] ci(sendsay-docs): fix autofix --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 906319be..e83088a2 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -34,7 +34,7 @@ jobs: run: yarn install --frozen-lockfile - name: Autofix - run: yarn lint:fix + run: yarn fix - name: Commit run: |