Moved prettify back to npm use
This commit is contained in:
parent
eb04b1039a
commit
28f6ff8697
1 changed files with 1 additions and 11 deletions
12
.github/workflows/lockfile.yml
vendored
12
.github/workflows/lockfile.yml
vendored
|
@ -60,18 +60,8 @@ jobs:
|
||||||
# Make sure the actual branch is checked out when running on pull requests
|
# Make sure the actual branch is checked out when running on pull requests
|
||||||
ref: ${{ github.head_ref }}
|
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
|
- name: Prettify code
|
||||||
run: pnpm prettier
|
run: npm run prettier
|
||||||
|
|
||||||
- name: Commit Prettier Code
|
- name: Commit Prettier Code
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4.14.1
|
uses: stefanzweifel/git-auto-commit-action@v4.14.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue