File tree Expand file tree Collapse file tree 4 files changed +24
-6
lines changed Expand file tree Collapse file tree 4 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 1+ name : CI
2+ on :
3+ - push
4+ - pull_request
5+ jobs :
6+ test :
7+ name : Node.js ${{ matrix.node-version }}
8+ runs-on : ubuntu-latest
9+ strategy :
10+ fail-fast : false
11+ matrix :
12+ node-version :
13+ - 14
14+ - 12
15+ - 10
16+ steps :
17+ - uses : actions/checkout@v2
18+ - uses : actions/setup-node@v1
19+ with :
20+ node-version : ${{ matrix.node-version }}
21+ - run : npm install
22+ - run : npm test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88 "author" : {
99 "name" : " Sindre Sorhus" ,
101011- "url" : " sindresorhus.com"
11+ "url" : " https:// sindresorhus.com"
1212 },
1313 "engines" : {
1414 "node" : " >=10"
Original file line number Diff line number Diff line change 1- # gulp-jsvalidate [ ![ Build Status ] ( https://travis-ci.org/sindresorhus/gulp-jsvalidate.svg?branch=master )] ( https://travis-ci.org/sindresorhus/gulp-jsvalidate )
1+ # gulp-jsvalidate
22
33> Validate JavaScript code and report possible syntax errors
44
You can’t perform that action at this time.
0 commit comments