Skip to content

Bump stylelint from 14.9.1 to 15.10.1 #47

Bump stylelint from 14.9.1 to 15.10.1

Bump stylelint from 14.9.1 to 15.10.1 #47

Workflow file for this run

name: test
on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use node ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm ci
- name: Test
run: npm test