Skip to content

build(deps): bump google.golang.org/api from 0.133.0 to 0.138.0 #244

build(deps): bump google.golang.org/api from 0.133.0 to 0.138.0

build(deps): bump google.golang.org/api from 0.133.0 to 0.138.0 #244

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: golangci-lint
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--config=.github/.golangci.yml"