From c881aa4cb1b89cd0fafb069ad2fb3ccc55f566ad Mon Sep 17 00:00:00 2001 From: Benjamin Kane <6081085+bbkane@users.noreply.github.com> Date: Sat, 25 Nov 2023 20:14:30 -0800 Subject: [PATCH] Format yaml and add lint --- .yamllint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.yamllint.yml b/.yamllint.yml index 0411a63..6948cb3 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -1,4 +1,6 @@ extends: default +ignore: + - dist/ rules: comments: ignore-shebangs: true