Skip to content

Show all x axis labels for bar charts #9796

Show all x axis labels for bar charts

Show all x axis labels for bar charts #9796

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