From 6f50db9d9f93850b3252479212322784ca4af9e4 Mon Sep 17 00:00:00 2001 From: Hare Sudhan Date: Sun, 24 Dec 2023 01:02:08 -0500 Subject: [PATCH] fix lint.yml --- .github/workflows/lint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0efe6a9..b7b8a13 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,6 @@ jobs: - name: Run lint checks shell: pwsh run: | - ls Install-Module -Name PSScriptAnalyzer -Force Invoke-ScriptAnalyzer -Recurse ./ -Settings ./PSScriptAnalyzerSettings.psd1 -Fix - name: Check whether there are any file changes