Add pre-commit
All checks were successful
publish-images / publish-vscode (push) Successful in 11m5s

This commit is contained in:
Torjus Håkestad 2024-02-01 20:31:01 +01:00
parent f74a961e1d
commit 3a32584686

View File

@ -19,6 +19,7 @@ RUN dnf update -y \
neovim \ neovim \
pinentry \ pinentry \
pipx \ pipx \
pre-commit \
python3 \ python3 \
zsh \ zsh \
&& dnf clean -y all && dnf clean -y all