Merge pull request #114 from kristinlam/main #90
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |