Skip to content

feat: added tailwind #24

feat: added tailwind

feat: added tailwind #24

name: Typescript SDK test suite
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Installing pnpm
run: npm i -g pnpm
- name: Install dependencies
run: pnpm i
- name: Running Build
run: pnpm build
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Installing pnpm
run: npm i -g pnpm
- name: Install dependencies
run: pnpm i
- name: Running lint
run: pnpm lint