Skip to content

Bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 #189

Bump golang.org/x/oauth2 from 0.26.0 to 0.27.0

Bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 #189

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Risk.Ident GmbH <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0
name: templ
on:
push:
branches:
- main
pull_request:
jobs:
templ:
runs-on: ubuntu-latest
name: Run templ generate
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run templ generate
run: make generate
- name: Fail on git diff
run: git diff --exit-code