Skip to content

Types/account descriptor #139

Types/account descriptor

Types/account descriptor #139

Workflow file for this run

name: Lints
on:
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: yarn
- name: Run linter
run: yarn lint