Skip to content

Merge pull request #1 from rancher-sandbox/add-openapi-specs #2

Merge pull request #1 from rancher-sandbox/add-openapi-specs

Merge pull request #1 from rancher-sandbox/add-openapi-specs #2

Workflow file for this run

name: Verify
on:
pull_request:
push:
branches:
- main
tags:
- 'v*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Run verify checks
run: make verify