Skip to content

build(deps-dev): bump stylelint-use-logical-spec from 5.0.0 to 5.0.1 #117

build(deps-dev): bump stylelint-use-logical-spec from 5.0.0 to 5.0.1

build(deps-dev): bump stylelint-use-logical-spec from 5.0.0 to 5.0.1 #117

Workflow file for this run

name: CI
on:
pull_request:
branches: [main, dev]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache node modules
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm ci
- name: Lint files
run: npm run lint
- name: Build with Docker
run: docker build .