Skip to content

fix: remove column but not minus width in not full table #38

fix: remove column but not minus width in not full table

fix: remove column but not minus width in not full table #38

Workflow file for this run

name: autofix.ci
on:
push:
branches:
- master
pull_request:
branches:
- master
merge_group: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Set node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install
run: pnpm i
- name: Lint
run: pnpm lint --fix
- uses: autofix-ci/[email protected]