Skip to content

fix: false positive in propNameCasing with complex type (#339) #364

fix: false positive in propNameCasing with complex type (#339)

fix: false positive in propNameCasing with complex type (#339) #364

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
- name: Install dependencies
run: yarn install
- name: Run yarn lint --fix
run: yarn lint:fix
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c