Skip to content

chore(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 #179

chore(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0

chore(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 #179

Workflow file for this run

name: lint
on: pull_request
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4
-
uses: reviewdog/action-golangci-lint@master
with:
github_token: ${{ secrets.github_token }}
golangci_lint_flags: "--config=.github/golangci.yml"