From b4c49037c1ae3c3c4bc450a1caa1ae2f66ad7c41 Mon Sep 17 00:00:00 2001 From: Dm1tr1y147 Date: Thu, 26 Nov 2020 21:11:46 +0500 Subject: [PATCH] Improved ci --- .github/workflows/code-style.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 71cf3eb..d954415 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -10,11 +10,15 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - - name: Install NPM dependencies - run: npm ci + - name: Install packages + uses: borales/actions-yarn@v2.0.0 + with: + cmd: install - name: Run prettier - run: npm run format + uses: borales/actions-yarn@v2.0.0 + with: + cmd: prettier - name: Commit actions uses: stefanzweifel/git-auto-commit-action@v4