Fix identration problem

This commit is contained in:
maximo tejeda 2024-08-13 12:09:39 -04:00
parent 3eb5f365e8
commit 12626eadd4

View File

@ -2,19 +2,19 @@ name: Ci Actions
on: on:
push: push:
branches: [master] branches: [master]
jobs: jobs:
# job for testing CI inside code repo # job for testing CI inside code repo
checkout: checkout:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
process: process:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: run one line script - name: run one line script
run: echo one line script run: echo one line script
- name: runs a set of command using the runner shell - name: runs a set of command using the runner shell
run: | run: |
echo Add oher actions to build, echo Add oher actions to build,
echo test, and deploy your project . echo test, and deploy your project .