mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-11 19:04:20 +00:00
Resolve conflicts
This commit is contained in:
parent
0121eaba8a
commit
221d61ebfa
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -11,12 +11,12 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install
|
- name: Install
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Build
|
|
||||||
run: npm run build
|
|
||||||
- name: Format
|
- name: Format
|
||||||
run: npm run format
|
run: npm run fmt
|
||||||
- name: Format Check
|
- name: Format Check
|
||||||
run: npm run fmtcheck
|
run: npm run fmtcheck
|
||||||
|
- name: Build
|
||||||
|
run: npm run build
|
||||||
- name: Test
|
- name: Test
|
||||||
run: npm run test
|
run: npm run test
|
||||||
# - name: "check for uncommitted changes"
|
# - name: "check for uncommitted changes"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue