From 9e5cafb6f2ef3937ad14ced3d74f840d38049039 Mon Sep 17 00:00:00 2001 From: Daniel Gyulai Date: Sun, 27 Mar 2022 13:02:00 +0000 Subject: [PATCH] Update 'docs/syntax.md' --- docs/syntax.md | 2 ++ 1 file changed, 2 insertions(+) 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`.