mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 18:44:19 +00:00
Update main.yml
This commit is contained in:
parent
414b935a5d
commit
907dc71ea6
1 changed files with 3 additions and 5 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -11,18 +11,16 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Install
|
||||
run: npm ci
|
||||
- name: Format
|
||||
run: npm run fmt
|
||||
- name: Format Check
|
||||
run: npm run fmtcheck
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Test
|
||||
run: npm run test
|
||||
- name: Format
|
||||
run: npm run fmtcheck
|
||||
# - name: "check for uncommitted changes"
|
||||
# # Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
|
||||
# run: |
|
||||
# git diff --exit-code --stat -- . ':!node_modules' \
|
||||
# || (echo "##[error] found changed files after build. please 'npm run build && npm run fmt'" \
|
||||
# "and check in all changes" \
|
||||
# && exit 1)
|
||||
# && exit 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue