Skip to content

Update Codemods Overview #96

Update Codemods Overview

Update Codemods Overview #96

Workflow file for this run

name: PR Checks
on:
pull_request:
jobs:
pr-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "yarn"
- run: yarn install
- name: Run prettier
run: yarn check-format