Skip to content

Refactor: Source download sections for cli and geth #134

Refactor: Source download sections for cli and geth

Refactor: Source download sections for cli and geth #134

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.3.0
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint