diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ad38467..01e5738 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -12,9 +12,19 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Set Up Go + uses: actions/setup-go@v2 + with: + go-version: 1.21 + - name: Run Lint uses: golangci/golangci-lint-action@v3 + - name: Run NilAway + run: | + go install go.uber.org/nilaway/cmd/nilaway@latest + nilaway ./... + - name: Authenticate to Google Cloud uses: google-github-actions/auth@v1 with: