Skip to content

Updated es.json (#244) #674

Updated es.json (#244)

Updated es.json (#244) #674

Workflow file for this run

name: CI
on:
push:
branches: [main]
merge_group:
pull_request:
branches: [main]
# Automatically cancel in-progress actions on the same branch
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
pa11y:
name: Check for accessibility issues
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PNPM
uses: pnpm/action-setup@v2
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'pnpm'
- name: Install Dependencies
run: pnpm i
- name: Build docs site
working-directory: ./docs
run: pnpm build
env:
NO_GRADIENTS: true
- name: Run accessibility audit
working-directory: ./docs
run: pnpm t