Skip to content

Commit 67732d5

Browse files
committed
Use Actions
1 parent bf01125 commit 67732d5

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

.github/workflows/main.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: main
2+
on:
3+
- pull_request
4+
- push
5+
jobs:
6+
main:
7+
name: ${{matrix.node}}
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: dcodeIO/setup-node-nvm@master
12+
with:
13+
node-version: ${{matrix.node}}
14+
- run: npm install
15+
- run: npm test
16+
- uses: codecov/codecov-action@v1
17+
strategy:
18+
matrix:
19+
node:
20+
- lts/dubnium
21+
- node

.travis.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ abide by its terms.
173173

174174
<!-- Definitions -->
175175

176-
[build-badge]: https://img.shields.io/travis/rehypejs/rehype-react.svg
176+
[build-badge]: https://github.com/rehypejs/rehype-react/workflows/main/badge.svg
177177

178-
[build]: https://travis-ci.org/rehypejs/rehype-react
178+
[build]: https://github.com/rehypejs/rehype-react/actions
179179

180180
[coverage-badge]: https://img.shields.io/codecov/c/github/rehypejs/rehype-react.svg
181181

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy