Skip to content

chore(deps-dev): bump stylelint from 16.3.1 to 16.4.0 in the stylelint group #253

chore(deps-dev): bump stylelint from 16.3.1 to 16.4.0 in the stylelint group

chore(deps-dev): bump stylelint from 16.3.1 to 16.4.0 in the stylelint group #253

Workflow file for this run

name: 'Pull Request'
on: ['pull_request']
concurrency:
group: pr-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- run: yarn install --frozen-lockfile --ignore-scripts
- name: Run build
run: yarn build
- name: Run tests
run: yarn test