Skip to content

Fix lint errors

Fix lint errors #4

Workflow file for this run

name: Say Hello World
on:
push:
branches:
- add-github-actions
jobs:
hello_world:
runs-on: ubuntu-latest
steps:
- name: Echo the message
run: |
echo "Hola mundo!"