Skip to content

Commit

Permalink
Align EC linting across CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Dec 27, 2024
1 parent ae4f602 commit 1ec5a5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
run: git rm .editorconfig

- name: Check Final New-Line
run: eclint check -n "**/*.{cs,tt,cmd,sh,md,txt,yml}"
shell: pwsh
run: ./eclint.ps1 -InsertFinalNewline -Verbose

- name: Check Trailing Whitespace
run: eclint check -w "**/*.{cs,tt,cmd,sh,md,txt,yml,json,sln,csproj,shfbproj}"
shell: pwsh
run: ./eclint.ps1 -TrimTrailingWhitespace -Verbose

- name: Restore Checkout
run: git reset --hard
Expand Down

0 comments on commit 1ec5a5b

Please sign in to comment.