Skip to content

Add clean and updated README.md #6

Add clean and updated README.md

Add clean and updated README.md #6

Workflow file for this run

name: CI - Hello Docker
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run Python script
run: python app.py