mirror of
https://github.com/threeal/cmake-action.git
synced 2026-02-02 03:50:55 +00:00
ci: adjust naming in workflows (#88)
* ci: remove `latest` branch from triggering workflow run * ci: adjust job names in workflows * ci: adjust step names in workflow jobs * docs(readme): adjust naming in the example workflows * ci: rename `test.yml` workflow to `test.yaml`
This commit is contained in:
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
@@ -20,20 +20,20 @@ jobs:
|
||||
- name: Update Yarn
|
||||
run: corepack enable && yarn set version stable
|
||||
|
||||
- name: Cache deps
|
||||
- name: Cache Dependencies
|
||||
uses: actions/cache@v3.3.2
|
||||
with:
|
||||
path: .yarn
|
||||
key: yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
|
||||
|
||||
- name: Install deps
|
||||
- name: Install Dependencies
|
||||
run: yarn install
|
||||
|
||||
- name: Check lib
|
||||
- name: Check Package
|
||||
run: yarn check
|
||||
|
||||
- name: Bundle dist
|
||||
- name: Bundle Package
|
||||
run: yarn bundle
|
||||
|
||||
- name: Check diff
|
||||
- name: Check Differences
|
||||
run: git diff --exit-code HEAD
|
||||
|
||||
Reference in New Issue
Block a user