Skip to content

Instantly share code, notes, and snippets.

@Harguer
Harguer / 01-hello-world.yml
Created January 30, 2024 18:09 — forked from weibeld/01-hello-world.yml
GitHub Actions example workflow 1 — Hello World!
name: hello-world
on: push
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: my-step
run: echo "Hello World!"
@Harguer
Harguer / k8s-pi.md
Created October 21, 2020 01:42 — forked from alexellis/k8s-pi.md
K8s on Raspbian