Skip to content

Bump stylelint from 16.3.1 to 16.6.1 #680

Bump stylelint from 16.3.1 to 16.6.1

Bump stylelint from 16.3.1 to 16.6.1 #680

Workflow file for this run

---
name: "Build"
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node LTS/Iron
uses: actions/setup-node@v4
with:
node-version: lts/Iron
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build