Skip to content

Add Makefile and GitHub Actions workflow #1

Add Makefile and GitHub Actions workflow

Add Makefile and GitHub Actions workflow #1

Workflow file for this run

name: say-hello
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make say-hello