Skip to content

Bump slackapi/slack-github-action from 1.24.0 to 1.25.0 #18

Bump slackapi/slack-github-action from 1.24.0 to 1.25.0

Bump slackapi/slack-github-action from 1.24.0 to 1.25.0 #18

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