Skip to content

Commit

Permalink
Check memory alignment of structs on lint stage (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
p53 authored Jan 19, 2025
1 parent 1a38d6e commit e60566f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ jobs:
version: v1.61
args: "--out-${NO_FUTURE}format colored-line-number --timeout=3m"
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Check Golang sources with Aligo
uses: essentialkaos/aligo-action@v2
with:
files: ./...

0 comments on commit e60566f

Please sign in to comment.