infra/justfile

12 lines
220 B
Makefile
Raw Normal View History

2024-06-11 20:55:05 +00:00
# Lint
check:
pre-commit run --all-files
deploy:
cd playbooks && ansible-playbook main.yaml
# Print help about 'just'
help:
@ just --list
@ echo "More help: https://just.systems/man/en/chapter_20.html"