Skip to content

Bump stylelint-prettier from 4.0.2 to 4.1.0 (#42) #85

Bump stylelint-prettier from 4.0.2 to 4.1.0 (#42)

Bump stylelint-prettier from 4.0.2 to 4.1.0 (#42) #85

Workflow file for this run

name: CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Lint with eslint
run: yarn run lint:js --no-fix