Skip to content

Commit

Permalink
Merge pull request #237 from pi-hole/development
Browse files Browse the repository at this point in the history
PADD v3.8.0
  • Loading branch information
yubiuser committed Jul 26, 2022
2 parents f96db79 + 14632f1 commit 380636a
Show file tree
Hide file tree
Showing 7 changed files with 274 additions and 259 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
@@ -0,0 +1,21 @@
# EditorConfig is awesome: https://editorconfig.org/

# top-most EditorConfig file
root = true

[*]
insert_final_newline = true
indent_style = space
indent_size = tab
tab_width = 4
charset = utf-8
trim_trailing_whitespace = true

[*.yml]
indent_style = space
indent_size = 2

[*.md]
indent_style = space
indent_size = 2

3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -4,13 +4,12 @@ about: Create a report to help us improve

---

*Before submitting a bug report, are you using a test version of Pi-hole? If so, PADD doesn‘t support beta versions of Pi-hole!*

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. ...
2. ...

Expand Down
12 changes: 12 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
day: saturday
time: "10:00"
open-pull-requests-limit: 10
target-branch: devel
reviewers:
- "pi-hole/padd-maintainers"
16 changes: 16 additions & 0 deletions .github/workflows/codespell.yml
@@ -0,0 +1,16 @@
name: Codespell
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

jobs:
spell-check:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
-
name: Checkout repository
uses: actions/checkout@v3
-
name: Spell-Checking
uses: codespell-project/actions-codespell@master
14 changes: 14 additions & 0 deletions .github/workflows/editorconfig-checker.yml
@@ -0,0 +1,14 @@
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
37 changes: 0 additions & 37 deletions chronometer2.sh

This file was deleted.

0 comments on commit 380636a

Please sign in to comment.