grim/convey

Apparently these quotes aren't needed anymore.. not sure why, need to check out compatibility
# This test just verifies that the convely/clean task can take a single file or
# a list of files.
tasks:
clean-file:
type: convey/clean
files: i-do-not-exist
clean-files:
type: convey/clean
files:
- i-do-not-exist
- neither-do-i
plans:
default:
stages:
- tasks:
- clean-file
- clean-files