12 lines
178 B
YAML
12 lines
178 B
YAML
name: Formatting Check
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
|
|
jobs:
|
|
formatting-check:
|
|
uses: brian/CI-templates/.gitea/workflows/web/[email protected]
|