Skip to content

build(deps-dev): bump stylelint from 13.8.0 to 15.10.1 #9

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

build(deps-dev): bump stylelint from 13.8.0 to 15.10.1 #9

name: Pull Request
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm run lint
- run: npm run test:ci