Skip to content

Bump sigs.k8s.io/cluster-api from 1.5.0 to 1.6.1 #28

Bump sigs.k8s.io/cluster-api from 1.5.0 to 1.6.1

Bump sigs.k8s.io/cluster-api from 1.5.0 to 1.6.1 #28

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
types: ["opened", "synchronize", "reopened"]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Verify
run: "make verify"
go_test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run tests
run: "make test"
- name: SonarCloud Scan
uses: SonarSource/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}