Skip to content

Commit 782562c

Browse files
authored
Github actions (#944)
* Github actions * Fixed name * Codecov?
1 parent 147bd62 commit 782562c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ci.yml renamed to .github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
lint:
7-
name: Prettier Check
7+
name: Lint
88
runs-on: ubuntu-latest
99

1010
steps:
@@ -48,4 +48,4 @@ jobs:
4848
- name: Run unit tests
4949
run: yarn start test
5050
- name: Run code coverage
51-
run: npx codecov
51+
uses: codecov/[email protected]

0 commit comments

Comments
 (0)