feat: carapace completion for all major shells #191
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Added due to required but conditional checks | |
# Read more: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/troubleshooting-required-status-checks#handling-skipped-but-required-checks | |
name: 'ani-cli checks' | |
on: | |
pull_request: | |
paths-ignore: | |
- "/ani-cli" | |
jobs: | |
sh-checker: | |
name: Shellcheck + Shfmt | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "Not required: did not modify ani-cli"' | |
check-exec: | |
name: Executable Bit | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "Not required: did not modify ani-cli"' | |
version-bump: | |
name: Version Bump | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "Not required: did not modify ani-cli"' |