Skip to content

Commit 062e4d9

Browse files
committed
ci: ensure that all text files end with a newline
1 parent d62e217 commit 062e4d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/go.yml

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
branches: [ "main" ]
1111

1212
jobs:
13+
linelint:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
- uses: actions/linelint@master
1318
lint:
1419
runs-on: ubuntu-latest
1520
steps:

0 commit comments

Comments
 (0)