mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
Fix ci
This commit is contained in:
parent
1f21ee1ce7
commit
17cbd0dd4d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/format.yml
vendored
4
.github/workflows/format.yml
vendored
|
@ -23,6 +23,8 @@ jobs:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Format
|
- name: Format
|
||||||
run: npm build
|
run: |
|
||||||
|
npm run format
|
||||||
|
npm run build
|
||||||
- name: Commit
|
- name: Commit
|
||||||
uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
|
uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue