Skip to content

Region and Prime blocks using Prime and Region Entropy Threshold #728

Region and Prime blocks using Prime and Region Entropy Threshold

Region and Prime blocks using Prime and Region Entropy Threshold #728

Workflow file for this run

name: Lint on PR
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest