Skip to content

chore(deps): bump ajv from 6.12.6 to 6.14.0 in the npm_and_yarn group across 1 directory #126

chore(deps): bump ajv from 6.12.6 to 6.14.0 in the npm_and_yarn group across 1 directory

chore(deps): bump ajv from 6.12.6 to 6.14.0 in the npm_and_yarn group across 1 directory #126

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches:
- main
- develop
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version-file: '.node-version'
- name: Setup PNPM
uses: pnpm/action-setup@v4
with:
version: 10.30.0
- name: Install dependencies
run: pnpm install
- name: Run autofix
run: pnpm lint:fix
- name: autofix.ci
uses: autofix-ci/action@v1.3.3