Skip to content

Commit 17e376b

Browse files
committed
ci: make workflow title readable, skip publint
1 parent 89e2a74 commit 17e376b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Main CI
22
on: [push]
33
jobs:
44
build:
5-
name: Build, lint, and test on Node v${{ matrix.node }} and ${{ matrix.os }}
5+
name: Node v${{ matrix.node }} on ${{ matrix.os }}
66

77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
node: ["18.x", "20.x"]
10+
node: ["18.x", "20.x", "22.x"]
1111
os: [ubuntu-latest, macOS-latest]
1212

1313
steps:
@@ -34,6 +34,3 @@ jobs:
3434

3535
- name: Build
3636
run: pnpm build
37-
38-
- name: Publint
39-
run: pnpm publint ./

0 commit comments

Comments
 (0)