Skip to content

Commit

Permalink
feat: Add missing strings workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme authored May 25, 2024
1 parent 487e8ca commit 8fc07a9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,19 @@ jobs:
- name: Build
run: go build -o abrootv2

- name: Test
run: go test -v ./tests/...


- name: Check for missing strings
uses: vanilla-os/[email protected]

- name: Compress
run: tar -czvf abrootv2.tar.gz abrootv2

- name: Compress-manpage
run: tar -czvf abroot-man.tar.gz man/man1/abroot.1

- uses: actions/upload-artifact@v4
with:
name: abrootv2
Expand Down

0 comments on commit 8fc07a9

Please sign in to comment.