Bump bazel_skylib_gazelle_plugin from 1.7.1 to 1.9.0 #7342
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: "Go: Run Tests" | |
| on: | |
| pull_request: | |
| paths: | |
| - "go/**" | |
| - "!go/documentation/**" | |
| - "shared/**" | |
| - .github/workflows/go-tests.yml | |
| - .github/actions/** | |
| - codeql-workspace.yml | |
| - MODULE.bazel | |
| - .bazelrc | |
| - misc/bazel/** | |
| permissions: | |
| contents: read | |
| jobs: | |
| test-linux: | |
| if: github.repository_owner == 'github' | |
| name: Test Linux (Ubuntu) | |
| runs-on: ubuntu-latest-xl | |
| steps: | |
| - name: Check out code | |
| uses: actions/checkout@v5 | |
| - name: Run tests | |
| uses: ./go/actions/test | |
| with: | |
| run-code-checks: true |