Fixed typos and formatting in docs (#1076)

* Removed extra code from readme examples

* Formatted and fixed typos
This commit is contained in:
Sankalp Kotewar
2023-02-03 09:53:09 +05:30
committed by GitHub
parent 22d3da765b
commit e08330827d
3 changed files with 10 additions and 10 deletions

View File

@ -26,10 +26,9 @@ steps:
- uses: actions/checkout@v3
- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: /install.sh
- name: Build common artifacts
- name: Build artifacts
run: /build.sh
- uses: actions/cache/save@v3