You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
260 B
YAML

name: Say hello
on:
push:
branches:
- main
jobs:
hello_world:
runs-on: ubuntu-latest
steps:
- name: Echo the message
run: |
echo "Hola buenos dias"
- name: Dime la fecha
run: date
- run: ls -l