Skip to content

refactor: crossplane to make it easier to add new providers (#202) #314

refactor: crossplane to make it easier to add new providers (#202)

refactor: crossplane to make it easier to add new providers (#202) #314

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2 # So golangci-lint can do git diff HEAD~1
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Build
run: make build
- name: Smoke Test
run: ./eksdemo version