Skip to content

Commit 0fda53b

Browse files
committed
add CI github action
1 parent 8743e17 commit 0fda53b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ jobs:
1616
yarn install
1717
- name: Run linters
1818
run: |
19+
cd template
1920
cp _prettierrc.js .prettierrc.js
2021
cp _eslintrc.js .eslintrc.js
2122
yarn lint
2223
- name: Run tests
2324
run: |
25+
cd template
2426
cp src/Config/index.example.js src/Config/index.js
2527
yarn test

0 commit comments

Comments
 (0)