Adds macaddress
field to members table to track nearby devices via esp.
#13
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
name: shuttle-run | |
on: | |
pull_request: | |
branches: [ "master", "develop" ] | |
jobs: | |
run-project: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Run shuttle project locally. | |
uses: ivinjabraham/[email protected] |