mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-01 19:40:49 +00:00
build: separate check command to format and lint commands (#114)
This commit is contained in:
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@@ -29,8 +29,11 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: yarn install
|
||||
|
||||
- name: Check Package
|
||||
run: yarn check
|
||||
- name: Check Format
|
||||
run: yarn format
|
||||
|
||||
- name: Check Lint
|
||||
run: yarn lint
|
||||
|
||||
- name: Bundle Package
|
||||
run: yarn bundle
|
||||
|
||||
Reference in New Issue
Block a user