Skip to content

chore(deps-dev): bump prettier from 2.8.8 to 3.3.3 in /demo (#100) #42

chore(deps-dev): bump prettier from 2.8.8 to 3.3.3 in /demo (#100)

chore(deps-dev): bump prettier from 2.8.8 to 3.3.3 in /demo (#100) #42

Workflow file for this run

name: SDK CI
on: [ push, pull_request ]
jobs:
sdk-checks:
runs-on: ubuntu-latest
defaults:
run:
working-directory: sdk
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Run npm Install
run: npm install
# TODO: Check Lint