Skip to content

Commit 16916f4

Browse files
committed
rename ci workflow
1 parent ee434ce commit 16916f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: test
22
on: [push]
33

44
jobs:
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222

23-
- name: Install deps and build (with cache)
23+
- name: Install dependencies and build (with cache)
2424
uses: bahmutov/npm-install@v1
2525

2626
- name: Lint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"files": [
1111
"dist",
1212
"src",
13-
"license",
13+
"LICENSE",
1414
"!src/gatsby-theme-docz",
1515
"!*.mdx",
1616
"!*.md"

0 commit comments

Comments
 (0)