Skip to content

feat(aws-hyperpod): add ray-integration WorkspaceIntegrationTemplate #167

feat(aws-hyperpod): add ray-integration WorkspaceIntegrationTemplate

feat(aws-hyperpod): add ray-integration WorkspaceIntegrationTemplate #167

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v7
with:
version: v2.12.2
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make test
helm-lint:
name: Helm Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: azure/setup-helm@v4
- run: make helm-lint
helm-test:
name: Helm Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: azure/setup-helm@v4
- run: helm repo add traefik https://traefik.github.io/charts
- run: make helm-test