Skip to content

feat(backend): add user_devices device identity schema #80

feat(backend): add user_devices device identity schema

feat(backend): add user_devices device identity schema #80

Workflow file for this run

name: PR Check
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install dependencies
run: npm i -g pnpm && pnpm install
- name: Lint
run: pnpm run lint