Skip to content

Refactor Civo Kubernetes node pool configuration and organize code in their own folders per service #658

Refactor Civo Kubernetes node pool configuration and organize code in their own folders per service

Refactor Civo Kubernetes node pool configuration and organize code in their own folders per service #658

Workflow file for this run

on: [push, pull_request]
name: Lint
jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: setup env
run: |
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
shell: bash
- name: lint
uses: Jerome1337/[email protected]