Skip to content

Fix ErrNoNode in OnNodeDeleting #141

Fix ErrNoNode in OnNodeDeleting

Fix ErrNoNode in OnNodeDeleting #141

Workflow file for this run

name: lint
on: [ pull_request ]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v1
with:
go-version: 1.19.x
- name: Checkout code
uses: actions/checkout@v1
- name: Run Lint
run: make lint