Skip to content

ci: merge workflows

ci: merge workflows #1

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Check repository conventions
on: push
jobs:
check-conventions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Check conventional commit
uses: cocogitto/cocogitto-action@v3
with:
check-latest-tag-only: true
- name: Check license header
uses: viperproject/check-license-header@v2
with:
path: ./
config: .github/license-check/config.json