Skip to content

Adding GH actions exercise solutions #2

Adding GH actions exercise solutions

Adding GH actions exercise solutions #2

Workflow file for this run

---
name: Exercise1 (wf_simple)
on:
- push
jobs:
exercise1:
runs-on: "ubuntu-24.04"
steps:
- run: echo "hello"