mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-27 23:09:48 +00:00
73d5902bed
Add yml style to editorconfig Add markdown styling to editorconfig Signed-off-by: Christian König <ckoenig@posteo.de>
14 lines
294 B
YAML
14 lines
294 B
YAML
name: editorconfig-checker
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
|
|
jobs:
|
|
build:
|
|
name: editorconfig-checker
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: editorconfig-checker/action-editorconfig-checker@main
|
|
- run: editorconfig-checker
|