🧱 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.

fix yaml syntax

+3 -3
+3 -3
.github/workflows/tests.yaml
··· 3 3 jobs: 4 4 test: 5 5 fail-fast: false 6 - matrix: 7 - os: ["windows-latest", "ubuntu-latest", "macOS-latest"] 8 - go: ["1.18.x", "1.19.x"] 6 + matrix: 7 + os: ["windows-latest", "ubuntu-latest", "macOS-latest"] 8 + go: ["1.18.x", "1.19.x"] 9 9 runs-on: ${{ matrix.os }} 10 10 11 11 steps: