Fix the yemllint errors
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2023-05-31 14:57:29 +02:00
parent 3054bb77ea
commit 7576ef5445

View File

@@ -17,7 +17,7 @@
git:
repo: https://github.com/zsh-users/zsh-syntax-highlighting.git
dest: /home/noahk/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
update: yes
update: true
- name: Install zsh-autosuggestions
become: true
@@ -25,7 +25,7 @@
git:
repo: https://github.com/zsh-users/zsh-autosuggestions.git
dest: /home/noahk/.oh-my-zsh/custom/plugins/zsh-autosuggestions
update: yes
update: true
- name: Install starship
become: true