Skip to content

feat(evlog): add tRPC and oRPC support #537

feat(evlog): add tRPC and oRPC support

feat(evlog): add tRPC and oRPC support #537

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.2.22"
- name: Install dependencies
run: bun install
- name: Lint code
run: bun run lint:fix
- uses: autofix-ci/action@7a166d7532b277f34e16238930461bf77f9d7ed8
with:
commit-message: 'chore: apply automated lint fixes'