Skip to content

Commit 35c04f1

Browse files
committed
CI: verify file encodings
1 parent c30627c commit 35c04f1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,13 @@ jobs:
3131

3232
- name: Build
3333
run: sbt dist
34+
35+
encoding:
36+
runs-on: ubuntu-24.04
37+
steps:
38+
- name: Check out the repository
39+
uses: actions/checkout@v4
40+
41+
- name: Verify encoding
42+
shell: pwsh
43+
run: Install-Module VerifyEncoding -Repository PSGallery -RequiredVersion 2.2.0 -Force && Test-Encoding

0 commit comments

Comments
 (0)