Skip to content

feat: BlockEncoder#encode and BlockDecoder#decode can be async #458

feat: BlockEncoder#encode and BlockDecoder#decode can be async

feat: BlockEncoder#encode and BlockDecoder#decode can be async #458

Workflow file for this run

on:
push:
branches:
- master
- main
- default
pull_request:
branches:
- "**"
name: Typecheck
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Typecheck
uses: gozala/[email protected]
with:
project: tsconfig.json