Skip to content

Commit

Permalink
fix: step names
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Feb 19, 2024
1 parent 39ee947 commit 466f41f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
run: |
npm -g install pnpm
pnpm install
pnpm build
- name: Building niconicomments
run: pnpm build
3 changes: 2 additions & 1 deletion .github/workflows/pr-test-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
run: |
npm -g install pnpm
pnpm install
pnpm lint
- name: Run Linter tests
run: pnpm lint

0 comments on commit 466f41f

Please sign in to comment.