From 358e64a989fa62f56a771f61b8c7673e009aeece Mon Sep 17 00:00:00 2001 From: Jay Date: Fri, 6 Dec 2024 11:33:07 -0600 Subject: [PATCH] Starting fixing up warnings in linter.yml generated by super-linter --- .github/workflows/linter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 35b9433..097a062 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -1,14 +1,14 @@ # Workflow to lint and format code using super-linter # # https://github.com/github/super-linter - +--- name: Linting and Formatting on: push: - branches: [ "workflow-testing" ] # Change to "main" when merged + branches: ["workflow-testing"] # Change to "main" when merged pull_request: - branches: [ "workflow-testing" ] # Change to "main" when merged + branches: ["workflow-testing"] # Change to "main" when merged jobs: super-linter: