From e9fd808d0e0f0e23aad3a08b1bd67219813b7039 Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Wed, 28 Aug 2024 09:30:49 -0400 Subject: [PATCH] Fix yamllint --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c0104f..d4cdfe9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,3 +1,5 @@ +--- + # Couldn't automatically generate a config from your source code. # This is a generic template to serve as a base for your custom config # See: https://circleci.com/docs/configuration-reference @@ -13,7 +15,7 @@ jobs: - run: name: Run tests # command: echo 'replace me with real tests!' && false - command: cpanm -iqn --installdeps . && perl Makefile.PL && make test + command: cpanm -iqn --installdeps . && perl Makefile.PL && make test build: docker: - image: cimg/base:stable