File tree Expand file tree Collapse file tree 3 files changed +14
-18
lines changed Expand file tree Collapse file tree 3 files changed +14
-18
lines changed Original file line number Diff line number Diff line change
1
+ name : ci
2
+ on : [push]
3
+ jobs :
4
+ build-and-test :
5
+ runs-on : ubuntu-latest
6
+ name : Build and test
7
+ steps :
8
+ - uses : actions/checkout@v1
9
+ - uses : bahmutov/npm-install@v1
10
+ with :
11
+ useLockFile : false
12
+ - run : npm test
13
+ - run : npm run test:test262
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Acorn
2
2
3
- [ ![ Build Status] ( https://travis-ci.org /acornjs/acorn.svg?branch=master )] ( https://travis-ci.org /acornjs/acorn )
3
+ [ ![ Build Status] ( https://github.com /acornjs/acorn/workflows/ci/badge .svg )] ( https://github.com /acornjs/acorn/actions )
4
4
[ ![ NPM version] ( https://img.shields.io/npm/v/acorn.svg )] ( https://www.npmjs.com/package/acorn )
5
5
[ ![ CDNJS] ( https://img.shields.io/cdnjs/v/acorn.svg )] ( https://cdnjs.com/libraries/acorn )
6
6
You can’t perform that action at this time.
0 commit comments