chore(deps): update dependency loro-crdt to ^1.2.2 #1258
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://autofix.ci/setup | |
name: autofix.ci | |
on: | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
fix: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install bun | |
uses: oven-sh/setup-bun@v2 | |
- run: bun install | |
- run: bun run clone | |
- run: bun run copy | |
- run: bun run fix | |
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c |