Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Use Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 16, 2021
1 parent 55d5b8d commit 16656fb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 17 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: main
on:
- pull_request
- push
jobs:
main:
name: ${{matrix.node}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dcodeIO/setup-node-nvm@master
with:
node-version: ${{matrix.node}}
- run: npm install
- run: npm test
- uses: codecov/codecov-action@v1
strategy:
matrix:
node:
- lts/dubnium
- node
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ abide by its terms.

<!-- Definitions -->

[build-badge]: https://img.shields.io/travis/remarkjs/remark-slug/main.svg
[build-badge]: https://github.com/remarkjs/remark-slug/workflows/main/badge.svg

[build]: https://travis-ci.org/remarkjs/remark-slug
[build]: https://github.com/remarkjs/remark-slug/actions

[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark-slug.svg

Expand Down

0 comments on commit 16656fb

Please sign in to comment.