Skip to content

Commit

Permalink
Meta: CI job name
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng authored Mar 3, 2023
1 parent 4df8cd2 commit f350d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]

jobs:
npm-pack:
pack:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -14,7 +14,7 @@ jobs:
cache: pnpm
- run: pnpm install
- run: npm pack
xo:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f350d6b

Please sign in to comment.