infra/justfile

12 lines
220 B
Makefile

# 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"