Skip to content

chore: initialize should update products info #26

chore: initialize should update products info

chore: initialize should update products info #26

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@v4
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: pnpm
- name: Install
run: pnpm install
- name: ESLint Autofix
run: pnpm lint:fix
- uses: autofix-ci/action@d3e591514b99d0fca6779455ff8338516663f7cc