Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

cfg: ryu-cho

cfg: ryu-cho #2

Workflow file for this run

name: autofix.ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
autofix:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- name: Use Node.js lts/*
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install
run: pnpm install
- name: Lint
run: pnpm run lint --fix
- uses: autofix-ci/action@v1