Skip to content

solana: Configure clippy to deny possible truncation (#285) #378

solana: Configure clippy to deny possible truncation (#285)

solana: Configure clippy to deny possible truncation (#285) #378

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