Skip to content

KUBESAW-187: Adjust ksctl adm restart command to use rollout-restart #352

KUBESAW-187: Adjust ksctl adm restart command to use rollout-restart

KUBESAW-187: Adjust ksctl adm restart command to use rollout-restart #352

Workflow file for this run

name: ci-build
on:
push:
branches:
- master
tags-ignore:
- '*.*'
pull_request:
branches:
- master
jobs:
golangci:
name: GolangCI Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.3
skip-pkg-cache: true
skip-build-cache: true
args: --config=./.golangci.yml --verbose
yammlint:
name: YAML Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install yamllint
run: pip install yamllint
- name: Lint YAML files
run: yamllint -c .yamllint ./