Moved prettify back to npm use

This commit is contained in:
Core 2022-08-26 07:45:33 +01:00
parent eb04b1039a
commit 28f6ff8697
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0

View file

@ -60,18 +60,8 @@ jobs:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}
- uses: pnpm/action-setup@v2.2.2
with:
version: 7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Prettify code
run: pnpm prettier
run: npm run prettier
- name: Commit Prettier Code
uses: stefanzweifel/git-auto-commit-action@v4.14.1