Skip to content

Commit

Permalink
fix(workflows): use more descriptive name
Browse files Browse the repository at this point in the history
  • Loading branch information
GervinFung committed Sep 8, 2024
1 parent 3805ea4 commit ecb1694
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ jobs:
- name: Install Depedencies
run: pnpm i

- name: Run Linter
- name: Generate Files
run: pnpm prebuild

- name: Lint Code
run: pnpm lint

- name: Run Format Check
- name: Check Format
run: pnpm format-check

- name: Run Tests
run: pnpm test

- name: Run Build
- name: Produce Build
run: pnpm build

0 comments on commit ecb1694

Please sign in to comment.