-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: switch to github actions (#95)
* chore: switch to github actions * fix: ci * fix: github actions * fix: action * fix: action * chore: remove travis script * fix: set yarn version * fix: ci Co-authored-by: Justin Schrader <[email protected]>
- Loading branch information
1 parent
5b74561
commit 735d135
Showing
5 changed files
with
31 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,33 @@ jobs: | |
uses: actions/setup-node@v1 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- run: curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.4 | ||
- run: export PATH="$HOME/.yarn/bin:$PATH" | ||
- run: yarn run travis | ||
- name: yarn install | ||
uses: borales/[email protected] | ||
with: | ||
cmd: install | ||
- name: yarn build | ||
uses: borales/[email protected] | ||
with: | ||
cmd: build | ||
- name: yarn lint | ||
uses: borales/[email protected] | ||
with: | ||
cmd: lint | ||
- name: yarn types | ||
uses: borales/[email protected] | ||
with: | ||
cmd: types | ||
- name: yarn test | ||
uses: borales/[email protected] | ||
with: | ||
cmd: test | ||
- name: yarn test-build | ||
uses: borales/[email protected] | ||
with: | ||
cmd: test-build | ||
- name: Coveralls | ||
uses: coverallsapp/github-action@master | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
env: | ||
CI: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v12.14.1 | ||
v12.16.1 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters