Skip to content

Bump stylelint from 15.6.2 to 15.10.1 #78

Bump stylelint from 15.6.2 to 15.10.1

Bump stylelint from 15.6.2 to 15.10.1 #78

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main, dev]
jobs:
tests:
strategy:
matrix:
platform: [ubuntu-latest]
node-version: ['16']
toolchain: [stable]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Run tests
run: npm ci && npm run test