Skip to content

chore(deps): update dependency @antfu/eslint-config to v3.14.0 #733

chore(deps): update dependency @antfu/eslint-config to v3.14.0

chore(deps): update dependency @antfu/eslint-config to v3.14.0 #733

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: yarn
- name: Install dependencies
run: yarn install
- name: Run yarn lint --fix
run: yarn lint:fix
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef