From b79c83a52eae3306bbe1026ba7d91e63774c2256 Mon Sep 17 00:00:00 2001 From: Jason White Date: Mon, 18 Mar 2024 19:19:06 +0000 Subject: [PATCH] linty --- .github/workflows/semgrep.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index d96073a2c..46bd87fcf 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -32,4 +32,5 @@ jobs: # Fetch project source with GitHub Actions Checkout. - uses: actions/checkout@v3 # Run the "semgrep scan" command on the command line of the docker image. - - run: semgrep scan --config auto \ No newline at end of file + - run: semgrep scan --config auto + \ No newline at end of file