1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/.github/workflows/stylelinter.yml
Stefan Giehl 5985df9a65 Update GitHub actions to use Ubuntu 24.04 (#23097)
* Use explicit "ubuntu-24.04" runner for all workflows

* Updates expected system test files with changed images

* updates expected UI test files with changes due to slightly different font rendering

* Updates UI test files with changes caused by now correctly rendered characters

* Updates expected UI files  changed due to a different error message in curl

* submodule updates

* remove duplicate screenshot file

---------

Co-authored-by: Marc Neudert <marc@innocraft.com>
2025-03-07 11:30:32 +01:00

29 خطوط
532 B
YAML

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-24.04
steps:
- uses: actions/checkout@v4
with:
lfs: false
persist-credentials: false
- name: stylelint
run: |
npm install
npx stylelint "**/*.{css,less}" -f github