Skip to content

398: Statediff missing parent blocks automatically. #743

398: Statediff missing parent blocks automatically.

398: Statediff missing parent blocks automatically. #743

Workflow file for this run

name: checks
on: [pull_request]
jobs:
linter-check:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: "1.19"
check-latest: true
- uses: actions/checkout@v2
- name: Run linter
run: go run build/ci.go lint