Skip to content

feat: add teth token #1272

feat: add teth token

feat: add teth token #1272

Workflow file for this run

name: Checks
on:
- pull_request
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install deps
run: npm ci
- name: Run lint
run: npm run lint