Skip to content

Commit 2f98659

Browse files
author
Luke Wilson
committed
Rename gh action
1 parent 6e40f5a commit 2f98659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

77
runs-on: ${{ matrix.os }}
88
strategy:

0 commit comments

Comments
 (0)