Skip to content

Commit

Permalink
darwin action
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Jan 28, 2025
1 parent f6be4ff commit 340bae4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Darwin
on:
push:
branches:
- darwin

jobs:
helm:
name: Darwin Checks
runs-on: macos-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install Helm
run: |
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"

- name: Set up Tools
run: make helm-docs

0 comments on commit 340bae4

Please sign in to comment.