get rid of disallow unknown fields in generated go models #6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Tests | |
| on: [push] | |
| jobs: | |
| test-suite: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Set up Go | |
| uses: actions/setup-go@v3 | |
| with: | |
| go-version: 1.24 | |
| - name: Check for duplicate filenames | |
| run: bash ./tests/check-duplicate-filenames.sh | |
| - name: Test package installation | |
| run: bash ./tests/can-install.sh $(git rev-parse HEAD) |