Skip to content

TOK-541: add ABI

TOK-541: add ABI #1343

Workflow file for this run

name: Lint files
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm i
- run: npm run lint
- run: npm run lint-tsc