File tree 3 files changed +18
-10
lines changed
3 files changed +18
-10
lines changed Original file line number Diff line number Diff line change
1
+ name : CI Tests
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - master
7
+ jobs :
8
+ test :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - uses : actions/checkout@v2
12
+ - uses : actions/setup-node@v2
13
+ with :
14
+ node-version : ' 12'
15
+ - run : npm ci
16
+ - run : npm test
17
+ - run : npm run lint
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Fermat.ts
2
2
3
- [ ![ Build Status] ( https://travis-ci.org /mathigon/fermat.js.svg?branch=master )] ( https://travis-ci.org /mathigon/fermat.js )
3
+ [ ![ Build Status] ( https://github.com /mathigon/fermat.js/workflows/CI%20Tests/badge .svg )] ( https://github.com /mathigon/fermat.js/actions?query=workflow%3A%22CI+Tests%22 )
4
4
[ ![ npm] ( https://img.shields.io/npm/v/@mathigon/fermat.svg )] ( https://www.npmjs.com/package/@mathigon/fermat )
5
5
[ ![ npm] ( https://img.shields.io/github/license/mathigon/fermat.js.svg )] ( https://github.com/mathigon/fermat.js/blob/master/LICENSE )
6
6
You can’t perform that action at this time.
0 commit comments