Skip to content

Commit b5aea29

Browse files
committed
Missed file
1 parent 3f081c5 commit b5aea29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010

1111
jobs:
1212

13-
integrate:
14-
name: Integrate
13+
lint:
14+
name: Lint
1515
runs-on: ubuntu-latest
1616
steps:
1717

@@ -22,8 +22,8 @@ jobs:
2222
node-version-file: package.json
2323
cache: npm
2424

25-
- run: npm ci
25+
- run: npm ci
2626

2727
- run: npm run lint
2828

29-
- run: npm run build-dist
29+
- run: npm run build

0 commit comments

Comments
 (0)