added tests

This commit is contained in:
Brian Bjarke Jensen
2025-09-19 19:38:10 +02:00
parent 0abd398c10
commit b426d43de0
16 changed files with 1919 additions and 0 deletions
@@ -0,0 +1,16 @@
name: Test Web Formatting
on:
push:
branches: [main]
pull_request:
jobs:
formatting:
name: Web Formatting
uses: gitea.gt-proj.com/brian/CI-templates/.gitea/workflows/web/formatting.yml@main
with:
node-version: "20"
prettier-config: ".prettierrc.json"
check-yaml: true
check-json: true