Skip to content

@shopify/stylelint-plugin #163

@shopify/stylelint-plugin

@shopify/stylelint-plugin #163

name: '@shopify/stylelint-plugin'
on:
push:
branches:
- main
paths:
- .github/workflows/test-package.yml
- .github/workflows/test-package-shopify-stylelint-plugin-a90.latest.yml
pull_request:
paths:
- .github/workflows/test-package.yml
- .github/workflows/test-package-shopify-stylelint-plugin-a90.latest.yml
workflow_dispatch: null
schedule:
- cron: 0 0 * * *
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-shopify-stylelint-plugin-a90-latest
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test-package.yml
name: latest
with:
package: '@shopify/stylelint-plugin'
stylelint-version: stylelint@latest
install-command: yarn
list-installed-versions-command: yarn list --pattern stylelint
test-command: NODE_OPTIONS="--experimental-vm-modules --no-warnings" npx jest
--runInBand