Skip to content

Add manifests to create a machine, install nginx and expose it via virtualIP #98

Add manifests to create a machine, install nginx and expose it via virtualIP

Add manifests to create a machine, install nginx and expose it via virtualIP #98

Workflow file for this run

name: Lint Docs
on:
pull_request:
paths:
- 'docs/**'
- '**/*.md'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- run: 'echo "No lint required"'