Skip to content

Bump thiserror from 1.0.66 to 2.0.1 #325

Bump thiserror from 1.0.66 to 2.0.1

Bump thiserror from 1.0.66 to 2.0.1 #325

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
merge_group:
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install protoc
run: script/install-protoc
- name: Build
run: make build
- name: Run tests
run: make test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install protoc
run: script/install-protoc
- name: Lint
run: make lint