mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-05 11:08:58 +00:00
15 lines
294 B
YAML
15 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
|