Skip to content

Add resources and data sources for Prism Central backup, restore, deployment and unregistration using v4 #1976

Add resources and data sources for Prism Central backup, restore, deployment and unregistration using v4

Add resources and data sources for Prism Central backup, restore, deployment and unregistration using v4 #1976

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