Skip to content

refactor: dedupe shared protocol type #563

refactor: dedupe shared protocol type

refactor: dedupe shared protocol type #563

Workflow file for this run

name: autofix.ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
autofix:
runs-on: ubuntu-slim
permissions:
contents: read
steps:
- name: Setup JS
uses: sxzz/workflows/setup-js@dd67f194be6388e12ee61ad0cd3b81cf74bfd294
with:
no-frozen-lockfile: true
- name: Fix
run: pnpm run lint:fix
- name: Commit
uses: autofix-ci/action@c5b2d67aa2274e7b5a18224e8171550871fc7e4a # v1.3.4