Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 721 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 721 Bytes

SAMPLES

This repository contains various examples with links to more detailed projects.

Example 1: Simple GitHub Actions

hello-action.yml workflow runs the hello.go program on push event.

Status of the workflow execution is shown in the status badge:

hello-sample

Example 2: GitHub Actions Marketplace: KinD

setupKind.yml workflow sets up kubernetes in Docker on push or pull_event

KinD setup kubernetes from the GitHub Actions Marketplace

Create cluster using KinD