Skip to content

Stop sticky piece hasher from hashing new pieces after torrent close #10

Stop sticky piece hasher from hashing new pieces after torrent close

Stop sticky piece hasher from hashing new pieces after torrent close #10

Workflow file for this run

name: golangci-lint
on:
pull_request:
push:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest
#args: -D errcheck,unused
only-new-issues: true