Skip to content

chore: simplify the docker file #29

chore: simplify the docker file

chore: simplify the docker file #29

name: CI/CD
on:
push:
workflow_dispatch:
jobs:
hello-world-placeholder:
name: Hello World Placeholder
runs-on: ubuntu-22.04
steps:
- name: Hello World
run: |
echo 'Hello, World!'