nix-weather/.forgejo/workflows/conventional-commits.yml
Christina Sørensen 0a7cf9f016
All checks were successful
conventional commits / conventional commits (pull_request) Successful in 9s
build / run (pull_request) Successful in 12s
check / run (pull_request) Successful in 46s
fix: use our own forgejo actions repo
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-09-09 07:50:42 +02:00

20 lines
503 B
YAML

# SPDX-FileCopyrightText: 2024 Christina Sørensen
#
# SPDX-License-Identifier: EUPL-1.2
name: conventional commits
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
cancel-in-progress: true
jobs:
check:
name: conventional commits
runs-on: native
steps:
- uses: actions/checkout@v4
- uses: actions/action-conventional-commits@v1.3.0