Skip to content

Update device registration endpoint (Bug Fixes) #1407

Update device registration endpoint (Bug Fixes)

Update device registration endpoint (Bug Fixes) #1407

Workflow file for this run

name: Parse and validate modules
on:
pull_request:
branches:
- master
paths:
- "modules/**"
jobs:
parse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- run: yarn install --immutable
- run: yarn run parse