Skip to content

Update dependency @namics/stylelint-bem to ^10.0.1 #3

Update dependency @namics/stylelint-bem to ^10.0.1

Update dependency @namics/stylelint-bem to ^10.0.1 #3

Workflow file for this run

jobs:
e2e-matrix:
strategy:
fail-fast: false
matrix:
subproject: [ caselaw, shared ]
browser: [ chromium, firefox ]
mode: [ e2e ]
include:
- mode: a11y
browser: a11y
uses: ./.github/workflows/_playwright-test.yml
with:
subproject: ${{ matrix.subproject}}
browser: ${{ matrix.browser }}
mode: ${{ matrix.mode }}
secrets: inherit