Skip to content

Commit cc3ffde

Browse files
committed
gha: validate gocompat
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 97c45d1 commit cc3ffde

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,15 @@ jobs:
8080
shell: 'script --return --quiet --command "bash {0}"'
8181
run: |
8282
make -f docker.Makefile ${{ matrix.target }}
83+
84+
validate-gocompat:
85+
runs-on: ubuntu-24.04
86+
steps:
87+
-
88+
name: Checkout
89+
uses: actions/checkout@v6
90+
-
91+
name: Run gocompat check
92+
shell: 'script --return --quiet --command "bash {0}"'
93+
run: |
94+
make -C ./internal/gocompat

0 commit comments

Comments
 (0)