Skip to content

build(deps-dev): bump postcss from 8.4.41 to 8.5.1 #1164

build(deps-dev): bump postcss from 8.4.41 to 8.5.1

build(deps-dev): bump postcss from 8.4.41 to 8.5.1 #1164

name: Tests and checks
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
tests_and_checks:
runs-on: ubuntu-latest
timeout-minutes: 10
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 22.x
- name: Install node_modules
run: npm ci
- name: Run tests and checks
run: |
npm run check
npm run test