File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,8 @@ name: Node CI
3
3
on : push
4
4
jobs :
5
5
build :
6
- runs-on : ${{ matrix.os }}
7
- strategy :
8
- fail-fast : false
9
- matrix :
10
- os : [ubuntu-latest, windows-latest, macos-latest]
6
+ runs-on : ubuntu-latest
11
7
steps :
12
- - name : Set git to not change EoL
13
- run : |
14
- git config --global core.autocrlf false
15
8
- uses : actions/checkout@v2
16
9
- name : Use Node.js 12.x
17
10
uses : actions/setup-node@v1
20
13
- name : npm install, build, and test
21
14
run : |
22
15
npm install
23
- npm run build --if-present
16
+ npm run build
24
17
npm test
25
18
env :
26
19
CI : true
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ $ npm install --save @github/auto-check-element
12
12
13
13
### Script
14
14
15
- Import as ES modules:
15
+ Import as a modules:
16
16
17
17
``` js
18
18
import ' @github/auto-check-element'
You can’t perform that action at this time.
0 commit comments