Skip to content

Merge branch 'v4-temp-design-2.0-structure' of github.com:nutanix/ter… #1603

Merge branch 'v4-temp-design-2.0-structure' of github.com:nutanix/ter…

Merge branch 'v4-temp-design-2.0-structure' of github.com:nutanix/ter… #1603

name: 'Automated Tests'
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Code Lint
run: make tools && make lint
- name: Website
run: make tools && make website-lint
- name: Test
run: make test