File tree Expand file tree Collapse file tree 10 files changed +1639
-0
lines changed Expand file tree Collapse file tree 10 files changed +1639
-0
lines changed Original file line number Diff line number Diff line change 1+ root = true
2+
3+ [* ]
4+ indent_style = space
5+ indent_size = 2
6+ end_of_line = lf
7+ charset = utf-8
8+ trim_trailing_whitespace = true
9+ insert_final_newline = true
Original file line number Diff line number Diff line change 1+ name : main
2+ on :
3+ - pull_request
4+ - push
5+ jobs :
6+ main :
7+ name : ${{matrix.node}}
8+ runs-on : ubuntu-latest
9+ steps :
10+ - uses : actions/checkout@v2
11+ - uses : dcodeIO/setup-node-nvm@master
12+ with :
13+ node-version : ${{matrix.node}}
14+ - run : npm install
15+ - run : npm test
16+ - uses : codecov/codecov-action@v1
17+ strategy :
18+ matrix :
19+ node :
20+ - lts/dubnium
21+ - node
Original file line number Diff line number Diff line change 1+ .DS_Store
2+ * .log
3+ .nyc_output /
4+ coverage /
5+ node_modules /
6+ hast-util-to-estree.js
7+ hast-util-to-estree.min.js
8+ yarn.lock
Original file line number Diff line number Diff line change 1+ package-lock = false
Original file line number Diff line number Diff line change 1+ coverage /
2+ hast-util-to-estree.js
3+ hast-util-to-estree.min.js
4+ * .json
5+ * .md
You can’t perform that action at this time.
0 commit comments