Fix adding and marking attendance, and adds device verification using a secret with sha2 and hmac #14
Workflow file for this run
This file contains hidden or 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/shuttle-run@v1.1 |