Skip to content

(#285) Update release workflow for Yarn 4 and fix colors #123

(#285) Update release workflow for Yarn 4 and fix colors

(#285) Update release workflow for Yarn 4 and fix colors #123

Workflow file for this run

name: stylelint
on: [pull_request]
jobs:
stylelint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn
- run: yarn run stylelint "scss/**/*.scss"