Skip to content

Dummy Workflow

Dummy Workflow #4

Workflow file for this run

name: Dummy Workflow
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Echo message
run: echo "hello actions"