We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee434ce commit 16916f4Copy full SHA for 16916f4
2 files changed
.github/workflows/main.yml .github/workflows/test.yml.github/workflows/main.yml renamed to .github/workflows/test.yml
@@ -1,4 +1,4 @@
1
-name: CI
+name: test
2
on: [push]
3
4
jobs:
@@ -20,7 +20,7 @@ jobs:
20
with:
21
node-version: ${{ matrix.node-version }}
22
23
- - name: Install deps and build (with cache)
+ - name: Install dependencies and build (with cache)
24
uses: bahmutov/npm-install@v1
25
26
- name: Lint
package.json
@@ -10,7 +10,7 @@
10
"files": [
11
"dist",
12
"src",
13
- "license",
+ "LICENSE",
14
"!src/gatsby-theme-docz",
15
"!*.mdx",
16
"!*.md"
0 commit comments