Skip to content

fix(Settings): save a new node from the hash #34

fix(Settings): save a new node from the hash

fix(Settings): save a new node from the hash #34

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