Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
laduke committed Aug 15, 2024
1 parent 8e21818 commit a96af77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
golangci:
name: lint
runs-on: gha-runner-x64
environment: the-env
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand All @@ -22,6 +23,7 @@ jobs:
version: v1.59

build:
name: build
environment: the-env
runs-on: gha-runner-x64
steps:
Expand All @@ -37,6 +39,7 @@ jobs:

test:
if: github.repository_owner == 'zerotier'
name: test
environment: the-env
runs-on: gha-runner-x64
steps:
Expand Down

0 comments on commit a96af77

Please sign in to comment.