Skip to content

Bump reqwest from 0.12.7 to 0.12.8 #282

Bump reqwest from 0.12.7 to 0.12.8

Bump reqwest from 0.12.7 to 0.12.8 #282

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