Skip to content

feat(Pagination): add Pagination component aligned with Cyber skin #4931

feat(Pagination): add Pagination component aligned with Cyber skin

feat(Pagination): add Pagination component aligned with Cyber skin #4931

Workflow file for this run

name: audit-a11y
on: [pull_request]
permissions:
contents: read
pull-requests: write
concurrency:
group: audit-a11y-${{ github.ref }}
cancel-in-progress: true
jobs:
audit-a11y:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: Install dependencies
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 'true'
run: yarn install --immutable --immutable-cache
- name: 'Build storybook'
run: 'yarn storybook-static'
- name: 'Audit accessibility'
uses: './.github/actions/audit-accessibility'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
azure-account-name: ${{ secrets.AZURE_ACCOUNT_NAME }}
azure-account-key: ${{ secrets.AZURE_ACCOUNT_KEY }}