Skip to content

Bump google.golang.org/api from 0.154.0 to 0.155.0 (#198) #255

Bump google.golang.org/api from 0.154.0 to 0.155.0 (#198)

Bump google.golang.org/api from 0.154.0 to 0.155.0 (#198) #255

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --max-same-issues=0 --max-issues-per-linter=0 --timeout=5m