Skip to content

Bump katex from 0.16.19 to 0.16.21 #16519

Bump katex from 0.16.19 to 0.16.21

Bump katex from 0.16.19 to 0.16.21 #16519

Workflow file for this run

---
# This workflow runs all client tests
name: Client Tests
# yamllint disable-line rule:truthy
on:
workflow_call:
push:
branches: ['main']
paths:
- 'packages/client/**'
pull_request:
branches: ['main']
paths:
- 'packages/client/**'
jobs:
lint-client:
name: Lint and format client
uses: ./.github/workflows/lint-client.yaml
unit-tests:
name: Client Unit Tests
needs: lint-client
uses: ./.github/workflows/test-client-unit.yaml