Skip to content

Added in checkout on the build step #363

Added in checkout on the build step

Added in checkout on the build step #363

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- master
- '**'
permissions:
contents: read
pull-requests: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-go
- uses: ./.github/actions/codegen-and-test