Skip to content

feat(04-using-actions): add first version of workflow + react app #1

feat(04-using-actions): add first version of workflow + react app

feat(04-using-actions): add first version of workflow + react app #1

name: 04 - Using Actions
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Printing Folders
run: ls
# 0. Checkout the code from the repository
# 1. Install deps of our react application
# 2. Execute automated tests