Skip to content

Commit

Permalink
ci: rename CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarchen committed Jun 24, 2024
1 parent 5bc87ca commit f43406e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: CI

on:
pull_request:
Expand All @@ -22,6 +22,11 @@ jobs:
with:
node-version: '20.x'

- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9

- name: Install dependencies
run: pnpm install

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/lint-pr-title.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Lint pull request title

permissions:
pull-requests: read
statuses: write

on:
pull_request:
types:
Expand Down

0 comments on commit f43406e

Please sign in to comment.