Skip to content

Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 #575

Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0

Bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 #575

---
name: 'Check commit message style on push'
on: # yamllint disable-line rule:truthy
push:
branches-ignore:
- master
jobs:
check-commit-message-style-push:
name: Check commit message style on push
runs-on: ubuntu-22.04
steps:
- name: Check
if: |
(github.actor!= 'dependabot[bot]') &&
(contains(github.head_ref, 'dependabot/github_actions/') == false)
uses: mristin/[email protected]
with:
allow-one-liners: 'true'
additional-verbs: 'notify, tidy'