Skip to content

[NPM UI Tests] Bump @testomatio/reporter from 1.5.3 to 1.6.13 in /tests/lib/screenshot-testing in the all-dependencies group across 1 directory #3930

[NPM UI Tests] Bump @testomatio/reporter from 1.5.3 to 1.6.13 in /tests/lib/screenshot-testing in the all-dependencies group across 1 directory

[NPM UI Tests] Bump @testomatio/reporter from 1.5.3 to 1.6.13 in /tests/lib/screenshot-testing in the all-dependencies group across 1 directory #3930

Workflow file for this run

name: Stylelint
on: pull_request
permissions:
actions: none
checks: none
contents: none
deployments: none
issues: none
packages: none
pull-requests: read
repository-projects: none
security-events: none
statuses: none
jobs:
phpcs:
name: stylelinter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: false
persist-credentials: false
- name: stylelint
run: |
npm install
npx stylelint "**/*.{css,less}" -f github