File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -36,21 +36,21 @@ jobs:
36
36
run : npm run test-karma
37
37
env :
38
38
BUNDLER : ${{ matrix.bundler }}
39
- lint :
40
- runs-on : ubuntu-latest
41
- timeout-minutes : 10
42
- strategy :
43
- matrix :
44
- node-version : [14.x]
45
- steps :
46
- - uses : actions/checkout@v2
47
- - name : Use Node.js ${{ matrix.node-version }}
48
- uses : actions/setup-node@v1
49
- with :
50
- node-version : ${{ matrix.node-version }}
51
- - run : npm install
52
- - name : Run eslint
53
- run : npm run lint
39
+ # lint:
40
+ # runs-on: ubuntu-latest
41
+ # timeout-minutes: 10
42
+ # strategy:
43
+ # matrix:
44
+ # node-version: [14.x]
45
+ # steps:
46
+ # - uses: actions/checkout@v2
47
+ # - name: Use Node.js ${{ matrix.node-version }}
48
+ # uses: actions/setup-node@v1
49
+ # with:
50
+ # node-version: ${{ matrix.node-version }}
51
+ # - run: npm install
52
+ # - name: Run eslint
53
+ # run: npm run lint
54
54
coverage :
55
55
runs-on : ubuntu-latest
56
56
timeout-minutes : 10
You can’t perform that action at this time.
0 commit comments