Skip to content

feat: add Github Actions #8

feat: add Github Actions

feat: add Github Actions #8

Workflow file for this run

name: ci
on:
pull_request:
branches:
- '**'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/reusable_node_lint_test.yml@hiep/add-nodejs-workflows
with:
run-build: true
run-unit-tests: true