Skip to content

fix: remove extra return in machine template, back port v4 (#1400) #69

fix: remove extra return in machine template, back port v4 (#1400)

fix: remove extra return in machine template, back port v4 (#1400) #69

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build binaries
env:
CROSS: 1
VERSION: ${{ github.ref_name }}
run: |
make build-rancher