Skip to content

Introduce new release workflow (#131) #366

Introduce new release workflow (#131)

Introduce new release workflow (#131) #366

Workflow file for this run

name: Testing
on:
push:
branches:
- main
pull_request:
jobs:
lint:
uses: stylelint/.github/.github/workflows/call-lint.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # 0.3.0
permissions:
contents: read
test:
uses: stylelint/.github/.github/workflows/call-test.yml@34f1c0ac91f245ee4ee5ce725bb844328c17ccf5 # 0.3.0
with:
os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
node-version: '["20", "22", "24"]'
permissions:
contents: read