Skip to content

Util/actions

Util/actions #5

Workflow file for this run

name: Hello World Action
on: [push, pull_request]
jobs:
hello_world_job:
runs-on: ubuntu-latest
steps:
- name: Say Hello World
run: echo "Hello World"