Add initial configuration files for GitHub Actions and copywrite checks

This commit is contained in:
2025-05-03 17:44:37 +02:00
parent fceb49ac29
commit 1ecccaee9a
4 changed files with 148 additions and 0 deletions

13
.github/workflows/CI.yaml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: CI
on:
push:
branches: [ "master"]
pull_request:
branches: ["master"]
jobs:
quality:
uses: ./.github/workflows/quality.yaml
permissions:
contents: read