We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c45d1 commit cc3ffdeCopy full SHA for cc3ffde
1 file changed
.github/workflows/validate.yml
@@ -80,3 +80,15 @@ jobs:
80
shell: 'script --return --quiet --command "bash {0}"'
81
run: |
82
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