Skip to content

feat: add copy/tooltips to TDD table #10136

feat: add copy/tooltips to TDD table

feat: add copy/tooltips to TDD table #10136

Workflow file for this run

name: Prettier check
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up NodeJS
uses: actions/setup-node@v4
with:
node-version: 20
- name: NPM Install
run: npm install
- name: Prettier checks
run: npx prettier --check "**/*"