Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

feat: table

feat: table #410

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4 # v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Lint & Fix
run: pnpm run lint:fix
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c