Skip to content

Fix RcFile export formatting in index.tsx #1158

Fix RcFile export formatting in index.tsx

Fix RcFile export formatting in index.tsx #1158

Workflow file for this run

name: Format
on:
push:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v6
with:
node-version: 22
- run: corepack enable
- run: yarn install
- run: yarn run fix
- uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: "refactor: Apply eslint fix"