mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 18:44:19 +00:00
Resolve conflicts
This commit is contained in:
parent
95c236c0ce
commit
0121eaba8a
1 changed files with 4 additions and 2 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -13,10 +13,12 @@ jobs:
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
- name: Format
|
||||||
|
run: npm run format
|
||||||
|
- name: Format Check
|
||||||
|
run: npm run fmtcheck
|
||||||
- name: Test
|
- name: Test
|
||||||
run: npm run test
|
run: npm run test
|
||||||
- name: Format
|
|
||||||
run: npm run fmtcheck
|
|
||||||
# - name: "check for uncommitted changes"
|
# - name: "check for uncommitted changes"
|
||||||
# # Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
|
# # Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
|
||||||
# run: |
|
# run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue