Skip to content

Commit

Permalink
PADD v3.8.1 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
yubiuser committed Oct 12, 2022
2 parents bb8bfcc + 9510f2f commit 9218e0d
Show file tree
Hide file tree
Showing 8 changed files with 294 additions and 305 deletions.
1 change: 1 addition & 0 deletions .codespellignore
@@ -0,0 +1 @@
padd
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Expand Up @@ -7,6 +7,6 @@ updates:
day: saturday
time: "10:00"
open-pull-requests-limit: 10
target-branch: devel
target-branch: development
reviewers:
- "pi-hole/padd-maintainers"
4 changes: 3 additions & 1 deletion .github/workflows/codespell.yml
Expand Up @@ -10,7 +10,9 @@ jobs:
steps:
-
name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v3.0.2
-
name: Spell-Checking
uses: codespell-project/actions-codespell@master
with:
ignore_words_file: .codespellignore
6 changes: 3 additions & 3 deletions .github/workflows/editorconfig-checker.yml
Expand Up @@ -7,8 +7,8 @@ on:
jobs:
build:
name: editorconfig-checker
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: editorconfig-checker/action-editorconfig-checker@main
- uses: actions/checkout@v3.0.2
- uses: editorconfig-checker/action-editorconfig-checker@main # current tag v1.0.0 is really out-of-date
- run: editorconfig-checker
4 changes: 2 additions & 2 deletions .github/workflows/sync-back-to-dev.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.0.2
- name: Opening pull request
id: pull
uses: tretuna/sync-branches@1.4.0
Expand All @@ -20,7 +20,7 @@ jobs:
FROM_BRANCH: 'master'
TO_BRANCH: 'development'
- name: Label the pull request to ignore for release note generation
uses: actions-ecosystem/action-add-labels@v1
uses: actions-ecosystem/action-add-labels@v1.1.0
with:
labels: internal
repo: ${{ github.repository }}
Expand Down
4 changes: 4 additions & 0 deletions .stickler.yml
@@ -1,3 +1,7 @@
---
linters:
shellcheck:
shell: bash
yamllint:
config: ./.yamllint.conf
remarklint:
3 changes: 3 additions & 0 deletions .yamllint.conf
@@ -0,0 +1,3 @@
rules:
line-length: disable
document-start: disable
575 changes: 277 additions & 298 deletions padd.sh

Large diffs are not rendered by default.

0 comments on commit 9218e0d

Please sign in to comment.