Skip to content

Switch to using @thoughtbot/stylelint-config (#2492) #3

Switch to using @thoughtbot/stylelint-config (#2492)

Switch to using @thoughtbot/stylelint-config (#2492) #3

Workflow file for this run

---
name: Lint
on:
push:
branches:
- 'main'
pull_request:
types: [opened, synchronize, reopened]
jobs:
stylelint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JS
uses: actions/setup-node@v4
with:
cache: yarn
- name: Install JS dependencies
run: yarn install
- name: Run Stylelint
run: yarn run lint:css