🧱 Chunk is a download manager for slow and unstable servers
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Clean-up: remove unecessary spaces

authored by

Eduardo Cuducos and committed by
GitHub
3c1a55eb 514f2b63

+9 -9
+9 -9
.github/workflows/golint.yaml
··· 4 4 lint: 5 5 runs-on: ubuntu-latest 6 6 steps: 7 - - uses: actions/checkout@v3 8 - with: 9 - fetch-depth: 1 10 - - uses: WillAbides/setup-go-faster@v1.7.0 11 - with: 12 - go-version: "1.19.x" 13 - - uses: dominikh/staticcheck-action@v1.3.0 14 - with: 15 - version: "2023.1.6" 7 + - uses: actions/checkout@v3 8 + with: 9 + fetch-depth: 1 10 + - uses: WillAbides/setup-go-faster@v1.7.0 11 + with: 12 + go-version: "1.19.x" 13 + - uses: dominikh/staticcheck-action@v1.3.0 14 + with: 15 + version: "2023.1.6"