Fix adding and marking attendance, and adds device verification using a secret with sha2 and hmac #14
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] |