Skip to content

Add Node.js project files #2

Add Node.js project files

Add Node.js project files #2

Workflow file for this run

name: First Workflow
on: push
jobs:
first-job:
runs-on: ubuntu-latest
steps:
- name: Print greeting
run: echo "Hello World from LabEx"