Initial commit

This commit is contained in:
2025-03-24 00:10:47 +02:00
committed by GitHub
commit 3470e255a7
12 changed files with 416 additions and 0 deletions

18
.github/workflows/pr-lint.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
---
name: PR Lint
on:
push:
branches-ignore: [master, main]
# Remove the line above to run when pushing to master
pull_request:
branches: [master, main]
permissions:
contents: read
packages: read
statuses: write
jobs:
SuperLinter:
uses: ivuorinen/.github/.github/workflows/pr-lint.yml@main