# nektos/act configuration
# See: https://github.com/nektos/act

# Use medium-sized Ubuntu image (good balance of size and compatibility)
-P ubuntu-latest=catthehacker/ubuntu:act-latest

# Reuse containers between runs for faster iteration
--reuse

# Bind the workspace to avoid copying files
--bind
