Skip to content

Hardhat

Hardhat #49

Workflow file for this run

name: Twitter clone git hub workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: hello world
run: echo "Hello World"
shell: bash
goodbye:
runs-on: ubuntu-latest
steps:
- name : goodbye
run : echo " Good Bye"
shell: bash