headroom / .actrc
JerrettDavis's picture
feat: add act testing config, fix gitignore, make workflow production-ready
8c2d14b
Raw
History Blame
382 Bytes
# Default flags for act runs in this repo.
# See https://github.com/nektos/act#configuration for all options.
# Use Ubuntu runner image for all jobs
--platform=ubuntu-latest=ghcr.io/catthehacker/ubuntu:runner-latest
# Reuse containers so subsequent runs are faster
--reuse
# Pull the image in the background if not present
--pull=true
# Quiet mode (less verbose output)
--quiet