Mercurial > dotfiles
comparison .github/workflows/test.yml @ 675:6c07661fbc1f
fix stylua pre-commit install
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 30 Sep 2022 07:28:28 +0000 |
parents | 5631c3f65dc1 |
children | 2dcf0ae65d5b |
comparison
equal
deleted
inserted
replaced
674:5631c3f65dc1 | 675:6c07661fbc1f |
---|---|
30 - name: Initialize chezmoi | 30 - name: Initialize chezmoi |
31 run: chezmoi init -v zegervdv --branch ${GITHUB_REF##*/} | 31 run: chezmoi init -v zegervdv --branch ${GITHUB_REF##*/} |
32 | 32 |
33 - name: add tap manually | 33 - name: add tap manually |
34 run: brew tap zegervdv/tools | 34 run: brew tap zegervdv/tools |
35 | 35 |
36 - name: Apply dotfiles | 36 - name: Apply dotfiles |
37 run: chezmoi apply -v | 37 run: chezmoi apply -v |