Skip to content

Reports already downloaded bytes as downloaded #236

Reports already downloaded bytes as downloaded

Reports already downloaded bytes as downloaded #236

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.19"
- run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi