Skip to content

Fix CI: Remove Ruby 3.1 from matrix since plugin requires Ruby 3.2+ #111

Fix CI: Remove Ruby 3.1 from matrix since plugin requires Ruby 3.2+

Fix CI: Remove Ruby 3.1 from matrix since plugin requires Ruby 3.2+ #111

Workflow file for this run

name: Run StyleLint
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
- run: yarn install
- run: node_modules/.bin/stylelint "assets/stylesheets/*.css"