Move to GitHub Actions

This commit is contained in:
Richie Bendall 2021-01-02 15:09:18 +13:00
parent d528545e02
commit 73eb3d4e47
3 changed files with 23 additions and 6 deletions

22
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 14
- 12
- 10
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test

View file

@ -1,5 +0,0 @@
language: node_js
node_js:
- '14'
- '12'
- '10'

View file

@ -1,4 +1,4 @@
# is [![Build Status](https://travis-ci.org/sindresorhus/is.svg?branch=master)](https://travis-ci.org/sindresorhus/is)
# is
> Type check values