Skip to content

build(deps): Bump golang.org/x/term from 0.20.0 to 0.21.0 #6372

build(deps): Bump golang.org/x/term from 0.20.0 to 0.21.0

build(deps): Bump golang.org/x/term from 0.20.0 to 0.21.0 #6372

Workflow file for this run

name: verify-pr
on:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
verify:
runs-on: ubuntu-latest
env:
GITHUB_PR: ${{ toJSON(github.event.pull_request) }}
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-go
- name: "Verify PR"
run: go run github.com/obolnetwork/charon/testutil/verifypr