Skip to content

enricorotundo is learning GitHub Actions #1

enricorotundo is learning GitHub Actions

enricorotundo is learning GitHub Actions #1

Workflow file for this run

name: Install and launch node
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
install-deps:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- run: bash launch.sh