Skip to content

feat(migration): fix bug when deleting a trie node not originating fr… #748

feat(migration): fix bug when deleting a trie node not originating fr…

feat(migration): fix bug when deleting a trie node not originating fr… #748

Workflow file for this run

name: Lint
on:
- push
jobs:
lint:
name: Lint check
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Go 1.21
uses: actions/setup-go@v4
with:
go-version: '1.21'
- run: go mod download
- name: check
run: make lint