build(deps): bump google.golang.org/api from 0.224.0 to 0.251.0 #300
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Go Tidy | |
| on: [push] | |
| jobs: | |
| build: | |
| name: Go mod tidy check | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: katexochen/go-tidy-check@v2 | |
| with: | |
| # (Optional) The path to the root of each modules, space separated. Default is the current directory. | |
| modules: . | |
| submodules: "true" |