Skip to content

add Node Ci

add Node Ci #4

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch:
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: test
run: echo "welcome 2"
shell: bash
goodbye:
runs-on: ubuntu-latest
steps:
- name: goodbye world
run: echo "Goodbye World"
shell: bash