Skip to content

Address <table> vite warning #56

Address <table> vite warning

Address <table> vite warning #56

Workflow file for this run

name: check
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run [ci, lint, format]
run: |
npm ci
npm run lint
npm run format -- --check --no-write