Skip to content

build(deps): bump stylelint from 16.11.0 to 16.12.0 #336

build(deps): bump stylelint from 16.11.0 to 16.12.0

build(deps): bump stylelint from 16.11.0 to 16.12.0 #336

Workflow file for this run

name: Run linter
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: |
- recursive: true
- name: Build
run: pnpm build
- name: Lint
run: pnpm lint