Skip to content

github actions test

github actions test #1

Workflow file for this run

name: Test Workflow
on:
push:
branches:
- main
jobs:
test_job:
runs-on: ubuntu-latest
steps:
- name: Echo Hello
run: echo "Hello, GitHub Actions!"