Skip to content

Commit

Permalink
fix lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbuff committed Dec 24, 2023
1 parent a1c82c3 commit 6f50db9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f50db9

Please sign in to comment.