Skip to content

npm dev(deps-dev): bump stylelint from 14.16.1 to 15.10.1 #300

npm dev(deps-dev): bump stylelint from 14.16.1 to 15.10.1

npm dev(deps-dev): bump stylelint from 14.16.1 to 15.10.1 #300

Workflow file for this run

name: Tests CI ✅
on:
push:
branches:
- main
pull_request:
branches: [main]
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run Tests
run: |
npm ci --omit=optional
npm test