Skip to content

chore(deps): update autofix-ci/action digest to 635ffb0 #122

chore(deps): update autofix-ci/action digest to 635ffb0

chore(deps): update autofix-ci/action digest to 635ffb0 #122

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@635ffb0c9798bd160680f18fd73371e355b85f27