Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reeeeee #1427

Merged
merged 2 commits into from
Sep 18, 2024
Merged

reeeeee #1427

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading