Skip to content

Commit

Permalink
reeeeee (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
port19x authored Sep 18, 2024
1 parent 0986c7f commit d671c29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ani-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
- master
pull_request:
paths:
- "**ani-cli"
paths-ignore:
- "_ani-cli-bash"
- "_ani-cli-zsh"
- "/ani-cli"

jobs:
sh-checker:
Expand All @@ -21,6 +18,8 @@ jobs:
env:
SHELLCHECK_OPTS: -s sh -o all -e 2250
SHFMT_OPTS: -i 4 -ci -d
with:
sh_checker_exclude: "_ani-cli-bash _ani-cli-zsh"

check-exec:
name: Executable Bit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/inverse-ani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: 'ani-cli checks'
on:
pull_request:
paths-ignore:
- "**ani-cli"
- "/ani-cli"
jobs:
sh-checker:
name: Shellcheck + Shfmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'ani-cli checks'
on:
pull_request:
paths:
- "**ani-cli"
- "/ani-cli"

jobs:
version-bump:
Expand Down

0 comments on commit d671c29

Please sign in to comment.