Skip to content

chore(deps): update pnpm to v9.12.1 #221

chore(deps): update pnpm to v9.12.1

chore(deps): update pnpm to v9.12.1 #221

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: bazel test //...
run: bazel test //...