Skip to content

add: simple actions

add: simple actions #1

Workflow file for this run

name: simple ci workflow
on:
push:
branches:
- main
jobs:
mytestbuild:
runs-on: ubuntu-latest
steps:
- name: PRINT A TEST MESSAGE
run: echo "hello from $GITHUB_ACTOR!"