16 lines
332 B
YAML
16 lines
332 B
YAML
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 |