Skip to content

[HYPER-120] add app.certified.link.evm lexicon for ATProto-EVM identity linking #126

[HYPER-120] add app.certified.link.evm lexicon for ATProto-EVM identity linking

[HYPER-120] add app.certified.link.evm lexicon for ATProto-EVM identity linking #126

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run linter
run: npm run lint