How would I mount the local directory as a volume? I would like to run this command using the GH action, but I see no option to mount volumes. ``` docker run --rm -v "$(pwd):/app" slashmo/swiftformat ```