Skip to content

feat(Settings): add a known nodes switcher #35

feat(Settings): add a known nodes switcher

feat(Settings): add a known nodes switcher #35

Workflow file for this run

name: CI
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn lint
- name: Run TSC
run: yarn tsc
- name: Run Prettier
run: yarn format --check