Skip to content

Merge branch 'main' of https://github.com/leather-wallet/lists #2

Merge branch 'main' of https://github.com/leather-wallet/lists

Merge branch 'main' of https://github.com/leather-wallet/lists #2

Workflow file for this run

name: Lint schemas
on:
- pull_request
- push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: 18
- name: Set up pnpm
uses: pnpm/action-setup@v3
- run: pnpm lint