Skip to content

chore: refactor typescript-sdk #223

chore: refactor typescript-sdk

chore: refactor typescript-sdk #223

Workflow file for this run

name: Check PR
on: [pull_request]
jobs:
run-ci:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Run Type Check & Linters
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install Dependencies
uses: borales/actions-yarn@v2.1.0
with:
cmd: install
- name: Build Project
uses: borales/actions-yarn@v2.1.0
with:
cmd: build
- name: Check commits messages
uses: wagoid/commitlint-github-action@v5