Skip to content

feat: intial code commit #1

feat: intial code commit

feat: intial code commit #1

#
# SPDX-FileCopyrightText: 2024 INFO
# SPDX-License-Identifier: EUPL-1.2+
#
name: Check for conventional commits
on:
pull_request:
types: [opened, edited, synchronize]
merge_group:
jobs:
check-for-conventional-commits:
runs-on: ubuntu-latest
steps:
- name: check-for-cc
id: check-for-cc
uses: agenthunt/[email protected]