Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Test



on:

# Triggers the workflow on push or pull request events but only for the main branch

push:

branches: [ main ]

pull_request:

branches: [ main ]



# Allows running this workflow manually from the Actions tab

workflow_dispatch:



jobs:

# Contains a single job called "build"

build:

runs-on: ubuntu-latest

steps:

# Checks out repository under $GITHUB_WORKSPACE, so job can access it

- uses: actions/checkout@v2



- name: Run a one-line script

run: echo Hello, world!



- name: Run a multi-line script

run: |

echo Add other actions to build,

echo test, and deploy your project.
1 change: 1 addition & 0 deletions rithika_feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Request of pull