Skip to content

Commit

Permalink
Check git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacCalligeros95 committed Jul 31, 2024
1 parent ae70d0b commit 33065af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: '1.22'
- run: go validate main.go
- run: go generate main.go
- name: Check for file changes
run: git diff --exit-code

0 comments on commit 33065af

Please sign in to comment.