Skip to content

chore(deps): update autofix-ci/action digest to ff86a55 #450

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

chore(deps): update autofix-ci/action digest to ff86a55 #450

Workflow file for this run

name: autofix.ci
on:
push:
branches:
- main
pull_request: {}
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup PNPM
run: corepack enable
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: pnpm
- name: Setup
run: npm i -g @antfu/ni
- name: Install
run: ni --no-frozen-lockfile
- name: Lint and fix
run: nr lint:fix
- uses: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a
with:
commit-message: "chore: apply automatic fixes"