Skip to content

chore(sdk): refactored code to new resource internal lib #13

chore(sdk): refactored code to new resource internal lib

chore(sdk): refactored code to new resource internal lib #13

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
- main
jobs:
lint:
name: Lint
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Installation
run: pnpm i
- name: Prettier Code
run: pnpm run format:diff