Skip to content

Fix HTML formatting in index.html# #11

Fix HTML formatting in index.html#

Fix HTML formatting in index.html# #11

Workflow file for this run

name: Hello Workflow
on:
push:
branches:
- main
paths:
- '**.html'
jobs:
greet:
runs-on: ubuntu-latest
steps:
- name: Say hello to Vikas12
run: echo "Hello Vikas"
- name: Hello to Vikas
run: echo "Hello $USER"
details:
runs-on: ubuntu-latest
steps:
- name: Check versions of Docker and Python
run: |
docker --version
python --version