Skip to content

chore(deps-dev): bump stylelint from 13.13.1 to 15.10.1 #3493

chore(deps-dev): bump stylelint from 13.13.1 to 15.10.1

chore(deps-dev): bump stylelint from 13.13.1 to 15.10.1 #3493

Workflow file for this run

name: pull-request
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
pull-request:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.16]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install node.js v${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install dependencies
run: yarn
# TODO: enable once all lint issues are fixed
#- name: Lint code
# run: yarn ci:lint
- name: Build code
run: yarn ci:test:build
- name: Test package - components/core
run: yarn ci:test:core:components
- name: Test package - frontend
run: yarn ci:test:frontend