Skip to content

converted helm release "cf-gitops-runtime" to GitOps #109

converted helm release "cf-gitops-runtime" to GitOps

converted helm release "cf-gitops-runtime" to GitOps #109

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.17
- name: Lint check
run: make lint