Skip to content

refactor: migrate the project to golang #9

refactor: migrate the project to golang

refactor: migrate the project to golang #9

Workflow file for this run

name: Hello World
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Print Hello World
run: echo "Hello, World!"