Skip to content

Add GitHub Actions workflow for multi-platform builds #5

Add GitHub Actions workflow for multi-platform builds

Add GitHub Actions workflow for multi-platform builds #5

Workflow file for this run

name: Simple work flow
on:
push:
branches:
- main
jobs:
print-msg:
runs-on: ubuntu-latest
steps:
- name: print a welcome msg
run: echo "Welcome to my repo "