diff --git a/docs/syntax.md b/docs/syntax.md index 285c1d7..cc05de8 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -6,6 +6,8 @@ This yaml file defines the job steps executed by Alice. The jobs are called by n pythom3 -m alice lint ``` +[Example configs](examples.md) + ## runners Contains global configuration for various runners. Currently the only supported runner is `python`.