From 7ac06f44062f58db7e9b490ec2c9bdd379e32867 Mon Sep 17 00:00:00 2001 From: freearhey Date: Sat, 16 Jan 2021 17:15: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 91826e37e..b8e538691 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -13,7 +13,7 @@ jobs: run: npm install - name: Format Playlists - run: npm run format + run: node scripts/format.js - name: Create Pull Request uses: peter-evans/create-pull-request@v3