mirror of
https://github.com/re-rxjs/react-rxjs.git
synced 2025-12-08 18:01:51 +00:00
Switch build to GitHub Actions
- add CI.yml - remove travis.yml - change build badge in README.md
This commit is contained in:
parent
9aff17d208
commit
cada5bbba2
20
.github/workflows/CI.yml
vendored
Normal file
20
.github/workflows/CI.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12'
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn ci
|
||||
@ -1,5 +0,0 @@
|
||||
language: node_js
|
||||
node_js: node
|
||||
cache: yarn
|
||||
script:
|
||||
- yarn ci
|
||||
@ -1,7 +1,7 @@
|
||||
# <img height="86" width="86" alt="React-RxJS Logo" src="assets/logo-128.png" /> React-RxJS: React bindings for RxJS
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
[](https://travis-ci.org/re-rxjs/react-rxjs)
|
||||
[](https://github.com/re-rxjs/react-rxjs/actions)
|
||||
[](https://codecov.io/gh/re-rxjs/react-rxjs)
|
||||
[](https://www.npmjs.com/package/react-rxjs)
|
||||
[](https://github.com/re-rxjs/react-rxjs/blob/main/LICENSE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user