Skip to content

Add battery charging/discharging/percentage accessories #68

Add battery charging/discharging/percentage accessories

Add battery charging/discharging/percentage accessories #68

Workflow file for this run

name: Build and Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16'
- name: Install dependencies
run: npm install
- name: Lint the project
run: npm run lint
- name: Build the project
run: npm run build
env:
CI: true