Skip to content

Create test_math.py

Create test_math.py #3

Workflow file for this run

name: Hello World
on:
push:
branches:
- main
jobs:
first-hello-world-job:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Print message
run: echoo "Hello world GA testing"