Skip to content

Update yarn.lock

Update yarn.lock #7

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!"