Skip to content

feat: add wiki subject-person relation edit apis #723

feat: add wiki subject-person relation edit apis

feat: add wiki subject-person relation edit apis #723

Workflow file for this run

name: autofix.ci
on:
pull_request:
branches:
- master
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6.0.2
with:
submodules: 'true'
- uses: actions-rust-lang/setup-rust-toolchain@v1.16.0
with:
components: rustfmt,clippy
- run: cargo fmt || true
- uses: ./.github/actions/setup-js-env
- run: pnpm run generate:pb || true
- run: pnpm run format || true
- uses: autofix-ci/action@v1.3.4