Skip to content

Update to better CSV and UI #2

Update to better CSV and UI

Update to better CSV and UI #2

Workflow file for this run

name: "Check Prettier Formatting"
on: pull_request
jobs:
prettier-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
cache: "pnpm"
- name: Install Prettier
run: pnpm add prettier
- name: Check formatting
run: npx prettier --check .