Skip to content
name: Run Shell Commands
on: push
jobs:
run-shell-command:
runs-on: ubuntu-latest
steps:
- name: Echo a String
run: echo "Hello World"