Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Bump stylelint and stylelint-config-standard #531

Bump stylelint and stylelint-config-standard

Bump stylelint and stylelint-config-standard #531

Workflow file for this run

# Based on Node.js starter workflow
# https://github.com/actions/starter-workflows/blob/main/ci/node.js.yml
name: Lint
on:
pull_request:
branches: [ gh-pages ]
push:
branches: [ "**" ]
jobs:
Lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint