Skip to content

Add cmd

Add cmd #23

Workflow file for this run

on: [push]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: A job to say hello
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Hello world action step
id: hello
uses: ./