nix-weather/.forgejo/workflows/conventional-commits.yml
Christina Sørensen 149d353019
All checks were successful
conventional commits / conventional commits (pull_request) Successful in 6s
build / run (pull_request) Successful in 11s
check / run (pull_request) Successful in 47s
ci: change names
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-09-07 12:07:44 +02:00

20 lines
521 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: https://github.com/webiny/action-conventional-commits@v1.3.0