Skip to content

Merge pull request #114 from kristinlam/main #90

Merge pull request #114 from kristinlam/main

Merge pull request #114 from kristinlam/main #90

Workflow file for this run

on: [push]
jobs:
labgraph_build_job:
runs-on: ubuntu-latest
name: LabGraph Build Job
steps:
# To use this repository's private action,
# you must check out the repository
- name: Checkout
uses: actions/checkout@v2
- name: LabGrah Build step
uses: ./ # Uses an action in the root directory