mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
Fix breakage from lint job
This commit is contained in:
parent
a40dbc1a17
commit
7af23f038c
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@ -10,8 +10,14 @@ jobs:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
|
||||
- name: NPM install
|
||||
run: npm ci --ignore-scripts
|
||||
|
||||
- name: Lerna bootstrap
|
||||
run: npm run bootstrap
|
||||
|
||||
- name: Check Lint
|
||||
run: npm run lint
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user