Skip to content

build(deps-dev): bump stylelint from 13.6.0 to 15.10.1 #7

build(deps-dev): bump stylelint from 13.6.0 to 15.10.1

build(deps-dev): bump stylelint from 13.6.0 to 15.10.1 #7

Workflow file for this run

name: CI
on:
pull_request:
branches: [master, develop]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 12
- name: Cache node modules
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: |
npm ci
npm run lint
npm run build