File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ on :
2+ - push
3+ - pull_request
4+
5+ jobs :
6+ test :
7+ strategy :
8+ fail-fast : false
9+ matrix :
10+ node :
11+ - ' 8'
12+ - ' 9'
13+ - ' 10'
14+ - ' 11'
15+ - ' 12'
16+ - ' 13'
17+ - ' 14'
18+ - ' 15'
19+ - ' 16'
20+ name : node.js v${{ matrix.node }}
21+ runs-on : ubuntu-latest
22+ steps :
23+ - uses : actions/checkout@v2
24+
25+ - uses : actions/setup-node@v2
26+ with :
27+ node-version : ${{ matrix.node }}
28+
29+ - run : node --version
30+ - run : npm install
31+ - run : npm test
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1- # Canopy [ ![ Build status ] ( https://travis-ci.org/jcoglan/canopy.svg?branch=master )] ( https://travis-ci.org/jcoglan/canopy )
1+ # Canopy
22
33Canopy is a parser compiler targeting Java, JavaScript, Python and Ruby. It
44takes a file describing a [ parsing expression grammar] [ 1 ] and compiles it into a
You can’t perform that action at this time.
0 commit comments