Add Battery and Uptime fields to Device_Information schema #52
Workflow file for this run
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: Validate | |
on: | |
pull_request: | |
branches: | |
- 'main' | |
jobs: | |
# Check | |
validate: | |
name: Validate | |
runs-on: ubuntu-latest | |
container: node:16 | |
steps: | |
- uses: actions/checkout@v3 | |
- run: cd validate && npm install --save=false && node validate.js |