Skip to content

refactor: go module as crossplane-provider-upcloud #11

refactor: go module as crossplane-provider-upcloud

refactor: go module as crossplane-provider-upcloud #11

Workflow file for this run

name: Build
on:
pull_request:
paths:
- .github/workflows/build.yml
- apis/**
- build/**
- cmd/**
- config/**
- internal/**
- go.mod
- Makefile
jobs:
run_build:
name: Make build
runs-on: ubuntu-latest
steps:
- name: Checkout head
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: Build
run: |
make submodules && \
make build