File tree Expand file tree Collapse file tree 3 files changed +30
-25
lines changed Expand file tree Collapse file tree 3 files changed +30
-25
lines changed Original file line number Diff line number Diff line change 1+ name : Build/test
2+ on :
3+ push :
4+ branches :
5+ - " **"
6+ jobs :
7+ test :
8+ runs-on : ${{ matrix.os }}
9+ strategy :
10+ fail-fast : true
11+ matrix :
12+ os : [macos-latest, ubuntu-latest]
13+ steps :
14+ - uses : actions/checkout@v2
15+ - uses : actions/setup-node@v2
16+ with :
17+ node-version : 14
18+ - run : npm install
19+ - run : npm test
20+ test_windows :
21+ runs-on : windows-latest
22+ steps :
23+ - uses : actions/checkout@v2
24+ - uses : actions/setup-node@v2
25+ with :
26+ node-version : 14
27+ - run : npm install
28+ - run : npm run-script test-windows
Original file line number Diff line number Diff line change 11tree-sitter-javascript
22===========================
33
4- [ ![ Build Status] ( https://github.com/tree-sitter/tree-sitter-javascript/workflows/build/badge.svg )] ( https://github.com/tree-sitter/tree-sitter-javascript/actions?query=workflow%3Abuild )
5- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/42kwnan77rtf8144/branch/master?svg=true )] ( https://ci.appveyor.com/project/maxbrunsfeld/tree-sitter-javascript/branch/master )
4+ [ ![ Build/test] ( https://github.com/tree-sitter/tree-sitter-javascript/actions/workflows/ci.yml/badge.svg )] ( https://github.com/tree-sitter/tree-sitter-javascript/actions/workflows/ci.yml )
65
76JavaScript grammar for [ tree-sitter] [ ] .
87
@@ -11,4 +10,4 @@ JavaScript grammar for [tree-sitter][].
1110References
1211
1312* [ The ESTree Spec] ( https://github.com/estree/estree )
14- * [ The ECMAScript 2015 Spec] ( http://www.ecma-international.org/ecma-262/6.0/ )
13+ * [ The ECMAScript 2015 Spec] ( http://www.ecma-international.org/ecma-262/6.0/ )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments