Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Nov 21, 2023
1 parent f834459 commit cc0e218
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cc0e218

Please sign in to comment.