Skip to content

feat: add vcluster create without templates #1370

feat: add vcluster create without templates

feat: add vcluster create without templates #1370

Workflow file for this run

name: Lint
on:
release:
types: [created]
pull_request:
branches:
- main
paths:
- "**.go"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.21"
cache: false
- uses: actions/checkout@v3
- name: Generate Embedded Helm Charts
run: |
go generate ./...
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: -v --config=.golangci.yml