Skip to content

Commit e7c5467

Browse files
authored
feat: Add missing strings workflow
1 parent 91514e4 commit e7c5467

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Build
2929
run: go build -o apx
3030

31+
- name: Check for missing strings
32+
uses: vanilla-os/missing-strings-golang-action@v0.1.0
33+
3134
- name: Compress
3235
run: tar -czvf apx.tar.gz apx
3336

0 commit comments

Comments
 (0)