Add software package: Pi-hole DNS blocker #1008
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Coding style check | |
on: | |
pull_request: | |
types: [opened, reopened, edited, synchronize, review_requested] | |
concurrency: | |
group: coding-style-${{github.event.pull_request.number}} | |
cancel-in-progress: true | |
jobs: | |
editorconfig: | |
name: "Coding style check" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: editorconfig-checker/action-editorconfig-checker@main | |
- run: editorconfig-checker |