Skip to content

Upgrade to latest stylelint and make esm the default module format (#… #1234

Upgrade to latest stylelint and make esm the default module format (#…

Upgrade to latest stylelint and make esm the default module format (#… #1234

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run test
- run: npm run test:stylelint
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run lint