chore: Update the default value of ZSH_BASH_COMPLETIONS_FALLBACK_PATH #7
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
name: Test | |
on: [push] | |
jobs: | |
bash-completions-checker: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository code | |
uses: actions/checkout@v3 | |
- name: Run tests | |
run: | | |
bash tests/test-bash-completions-getter.sh | |