Skip to content

Commit 17d31f7

Browse files
authored
feat: add truenas-plex-torrent (#346)
1 parent 08aea6f commit 17d31f7

File tree

6 files changed

+401
-3
lines changed

6 files changed

+401
-3
lines changed

.github/workflows/codeql-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
permissions: read-all
1414

1515
jobs:
16-
analyze-python:
16+
analyze-actions:
1717
name: Analyze GitHub Actions
1818
runs-on: "ubuntu-latest"
1919
permissions:

.github/workflows/gh-pages-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
bundle exec htmlproofer public \
7373
--disable-external \
74-
--ignore-urls "/^http://127.0.0.1/,/^http://0.0.0.0/,/^http://localhost/"
74+
--ignore-urls "/127.0.0.1/,/0.0.0.0/,/localhost/,/.local/"
7575
7676
- name: Publish to GitHub Pages
7777
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0

.github/workflows/pr-slack-notification.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defaults:
2424
shell: bash -euxo pipefail {0}
2525

2626
jobs:
27-
debug:
27+
github-context:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Debug

.mega-linter.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# See all available variables at https://megalinter.io/latest/configuration/ and in linters documentation
33

44
# keep-sorted start newline_separated=yes
5+
BASH_SHELLCHECK_ARGUMENTS: --exclude=SC2317
6+
57
BASH_SHFMT_ARGUMENTS: --case-indent --indent 2 --space-redirects
68

79
DISABLE_LINTERS:

0 commit comments

Comments
 (0)