maximo 3f403fce52 Update .gitea/workflows/ci.yaml
Add description

Signed-off-by: maximo <maximotejeda@gmail.com>
2024-08-13 12:14:32 -04:00

21 lines
485 B
YAML

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