Skip to content

feat: create llm preset (#28) #47

feat: create llm preset (#28)

feat: create llm preset (#28) #47

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: autofix-${{ github.head_ref }}
cancel-in-progress: true
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
check-latest: true
- run: yarn install
- run: yarn run cleanup
- run: yarn run build
- uses: autofix-ci/action@v1