Skip to content

fix fail2ban for jellyfin #8163

fix fail2ban for jellyfin

fix fail2ban for jellyfin #8163

Workflow file for this run

on:
pull_request:
push:
branches-ignore:
- 'autocommit'
name: 'reviewdog'
jobs:
shellcheck:
name: Shellcheck testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
- name: shellcheck
uses: reviewdog/action-shellcheck@0722bbdb0d47f04c1b53b8734d2422ac63a45ec6 # v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
path: "." # Optional.
pattern: "*.sh" # Optional.
exclude: "./.git/*" # Optional.
misspell:
name: Check spelling
runs-on: ubuntu-latest
steps:
- name: spelling or typos
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
- name: misspell
uses: reviewdog/action-misspell@d6429416b12b09b4e2768307d53bef58d172e962 # v1
with:
github_token: ${{ secrets.github_token }}
locale: "US"