Skip to content

Commit

Permalink
fix - trying to crash GA with lint
Browse files Browse the repository at this point in the history
  • Loading branch information
IbraheemHaseeb7 committed Jan 19, 2025
1 parent 8962adc commit 4f5ec80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ jobs:

- name: Lint the project
run: |
golint ./...
if ! golint ./...; then
echo "Go lint has found issues, please fix the changes for successful merge"
exit 1
fi

0 comments on commit 4f5ec80

Please sign in to comment.