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