From b88d2b5a20b34e2e04909552acc6bd8ed0473889 Mon Sep 17 00:00:00 2001 From: James Garriss <52328727+james-garriss@users.noreply.github.com> Date: Tue, 22 Oct 2024 09:41:01 -0400 Subject: [PATCH] Update lint.yaml --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 551a67b..0990de6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -18,7 +18,7 @@ jobs: uses: james-garriss/github-action-psscriptanalyzer@master with: repoToken: ${{ secrets.GITHUB_TOKEN }} - settingsPath: ./powershell-psscriptanalyzer.psd1 + settingsPath: powershell-psscriptanalyzer.psd1 sendComment: true failOnErrors: true failOnWarnings: true