mirror of
https://github.com/pi-hole/web.git
synced 2026-04-21 09:19:43 +01:00
15 lines
294 B
Plaintext
15 lines
294 B
Plaintext
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
|