Skip to content

feat(if-match): add if-match / etag header support (#76) #151

feat(if-match): add if-match / etag header support (#76)

feat(if-match): add if-match / etag header support (#76) #151

Workflow file for this run

name: tests
on:
push: {}
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22.3
- name: Check out code
uses: actions/checkout@v2
- name: "test: all tests"
run: |
go install github.com/bufbuild/buf/cmd/[email protected]
./scripts/test-all.sh