Skip to content

HYP-2624 + HYP-2682: hyp link should guide the user to create remote origin + check branch name #51

HYP-2624 + HYP-2682: hyp link should guide the user to create remote origin + check branch name

HYP-2624 + HYP-2682: hyp link should guide the user to create remote origin + check branch name #51

Workflow file for this run

name: ci-cli-build
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
- name: Install dependencies
run: npm install
- name: Build Program
run: npm run build
- name: Run Hyp CLI
run: ./bin/run.js