mirror of
https://github.com/pi-hole/docs.git
synced 2026-04-20 00:37:57 +01:00
15 lines
281 B
YAML
15 lines
281 B
YAML
name: editorconfig-checker
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
|
|
jobs:
|
|
build:
|
|
name: editorconfig-checker
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3.2.0
|
|
- uses: editorconfig-checker/action-editorconfig-checker@main
|
|
- run: editorconfig-checker
|