Skip to content

chore: release v0.3.3 #84

chore: release v0.3.3

chore: release v0.3.3 #84

Workflow file for this run

name: autofix.ci
on:
push:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
registry-url: 'https://registry.npmjs.org'
- name: Install Dependencies
run: pnpm i --frozen-lockfile
- name: Lint Staged
run: pnpm lint-staged
# - uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a