Skip to content

evm: More minor natspec improvements (#495) #389

evm: More minor natspec improvements (#495)

evm: More minor natspec improvements (#495) #389

Workflow file for this run

name: TS SDK CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
ts-sdk-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run build --if-present
- run: npm test