Skip to content

refactor: [DX-2625] update examples to use Unified SDK #102

refactor: [DX-2625] update examples to use Unified SDK

refactor: [DX-2625] update examples to use Unified SDK #102

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest-4-cores
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
registry-url: https://registry.npmjs.org/
cache: "yarn"
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint