1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-10-16 11:40:46 +00:00

add collision check to github actions

This commit is contained in:
Markus Hofbauer 2022-04-15 13:45:25 +02:00 committed by Markus Hofbauer
parent d05b5b194e
commit de10614369

View file

@ -36,3 +36,16 @@ jobs:
./themes/*.zsh-theme; do
zsh -n "$file" || return 1
done
collisions:
name: Check alias collisions
runs-on: ubuntu-latest
steps:
- name: Set up git repository
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Check for alias collisions
run: python3 tools/alias_collision/check_alias_collision.py plugins