Skip to content

docs: modify fluent-editor to tiny-editor (#213) #217

docs: modify fluent-editor to tiny-editor (#213)

docs: modify fluent-editor to tiny-editor (#213) #217

Workflow file for this run

name: autofix.ci
on:
push:
branches:
- main
pull_request:
branches:
- main
merge_group: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Set node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install
run: pnpm i
- name: Lint
run: pnpm lint --fix
- uses: autofix-ci/[email protected]