Skip to content

refactored the repo structure #8

refactored the repo structure

refactored the repo structure #8

Workflow file for this run

name: My github action learn
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Run a one-line script
run: echo Hello, world!