Skip to content

Round off the edges of the table #6000 #47

Round off the edges of the table #6000

Round off the edges of the table #6000 #47

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint