Skip to content

chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 in /receiver/azureblobrehydrationreceiver #2758

chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 in /receiver/azureblobrehydrationreceiver

chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 in /receiver/azureblobrehydrationreceiver #2758

Workflow file for this run

name: misspell
on:
pull_request:
jobs:
misspell:
runs-on: "ubuntu-20.04"
steps:
- name: Checkout Sources
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
check-latest: true
- name: Install Tools
run: make install-tools
- name: Check for Misspelled Words in Doc Files
run: make misspell