You've already forked tarr
Compare commits
1 Commits
master
...
d9e3d211ba
| Author | SHA1 | Date | |
|---|---|---|---|
|
d9e3d211ba
|
@@ -20,10 +20,10 @@ jobs:
|
|||||||
go: [ stable ]
|
go: [ stable ]
|
||||||
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
os: [ ubuntu-latest-amd64, ubuntu-latest-arm64 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.1
|
- uses: actions/checkout@v4.3.0
|
||||||
- uses: actions/setup-go@v6.1.0
|
- uses: actions/setup-go@v5.5.0
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
- uses: golangci/golangci-lint-action@v9.0.0
|
- uses: golangci/golangci-lint-action@v8.0.0
|
||||||
with:
|
with:
|
||||||
version: v2.6.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
version: v2.4.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||||
|
|||||||
@@ -40,17 +40,3 @@
|
|||||||
# - env:
|
# - env:
|
||||||
# GOPROXY: ${{ vars.GOPROXY }}
|
# GOPROXY: ${{ vars.GOPROXY }}
|
||||||
# run: make test/unit
|
# run: make test/unit
|
||||||
# - id: coverage
|
|
||||||
# name: Check coverage
|
|
||||||
# run: |
|
|
||||||
# coverage="$(make test/coverage | grep total | awk '{ print substr($3, 1, length($3)-1); }')"
|
|
||||||
# echo "total_coverage=$coverage" >> $GITHUB_OUTPUT
|
|
||||||
# echo "Total coverage: ${coverage}%"
|
|
||||||
# - name: Fail if coverage is to low
|
|
||||||
# run: |
|
|
||||||
# total_coverage=${{ steps.coverage.outputs.total_coverage }}
|
|
||||||
#
|
|
||||||
# if (( ${total_coverage%.*} < 50 )); then
|
|
||||||
# echo "ERROR: Coverage (${total_coverage}%) is below the threshold (50%)." 1>&2
|
|
||||||
# exit 1
|
|
||||||
# fi
|
|
||||||
@@ -13,7 +13,7 @@ jobs:
|
|||||||
name: "Run markdown linter"
|
name: "Run markdown linter"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.1
|
- uses: actions/checkout@v4.3.0
|
||||||
- uses: DavidAnson/markdownlint-cli2-action@v21.0.0
|
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||||
with:
|
with:
|
||||||
globs: '**/*.md'
|
globs: '**/*.md'
|
||||||
|
|||||||
@@ -12,14 +12,12 @@ jobs:
|
|||||||
name: "Release application"
|
name: "Release application"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.1
|
- uses: actions/checkout@v4.3.0
|
||||||
with:
|
- uses: docker/setup-qemu-action@v3.6.0
|
||||||
fetch-depth: 0
|
- uses: actions/setup-go@v5.5.0
|
||||||
- uses: docker/setup-qemu-action@v3.7.0
|
|
||||||
- uses: actions/setup-go@v6.1.0
|
|
||||||
with:
|
with:
|
||||||
go-version: stable
|
go-version: stable
|
||||||
- uses: docker/login-action@v3.6.0
|
- uses: docker/login-action@v3.5.0
|
||||||
with:
|
with:
|
||||||
registry: git.cryptic.systems
|
registry: git.cryptic.systems
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
@@ -30,7 +28,7 @@ jobs:
|
|||||||
GOPROXY: ${{ vars.GOPROXY }}
|
GOPROXY: ${{ vars.GOPROXY }}
|
||||||
uses: goreleaser/goreleaser-action@v6.4.0
|
uses: goreleaser/goreleaser-action@v6.4.0
|
||||||
with:
|
with:
|
||||||
version: v2.12.7 # renovate: datasource=github-releases depName=goreleaser/goreleaser
|
version: v2.11.2 # renovate: datasource=github-releases depName=goreleaser/goreleaser
|
||||||
args: release --clean
|
args: release --clean
|
||||||
|
|
||||||
sync-to-hub-docker-io:
|
sync-to-hub-docker-io:
|
||||||
|
|||||||
@@ -11,8 +11,8 @@ jobs:
|
|||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.1
|
- uses: actions/checkout@v4.3.0
|
||||||
- uses: peter-evans/dockerhub-description@v5.0.0
|
- uses: peter-evans/dockerhub-description@v4.0.2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_IO_USERNAME }}
|
username: ${{ secrets.DOCKER_IO_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_IO_PASSWORD }}
|
password: ${{ secrets.DOCKER_IO_PASSWORD }}
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,3 @@
|
|||||||
dist
|
dist
|
||||||
cmd/autharr/autharr
|
cmd/autharr/autharr
|
||||||
cmd/healarr/healarr
|
cmd/healarr/healarr
|
||||||
coverage*
|
|
||||||
Reference in New Issue
Block a user