Update main.yml

This commit is contained in:
koplo199 2022-11-07 20:17:14 +00:00 committed by GitHub
parent 414b935a5d
commit 907dc71ea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,12 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install - name: Install
run: npm ci run: npm ci
- name: Format
run: npm run fmt
- name: Format Check
run: npm run fmtcheck
- name: Build - name: Build
run: npm run build run: npm run build
- 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: |