Skip to content

Bump serde from 1.0.198 to 1.0.202 #114

Bump serde from 1.0.198 to 1.0.202

Bump serde from 1.0.198 to 1.0.202 #114

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