Skip to content

Commit 9739591

Browse files
authored
Merge pull request #163 from smlx/cleanup
cleanup
2 parents ec1559b + 75782a9 commit 9739591

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
with:
2828
version: latest
2929
args: build --clean --debug --single-target --snapshot
30-
- run: echo metadata && echo "$METADATA" && echo artifacts && echo "$ARTIFACTS"
31-
env:
32-
METADATA: ${{steps.goreleaser.outputs.metadata}}
33-
ARTIFACTS: ${{steps.goreleaser.outputs.artifacts}}
3430
- name: Login to GHCR
3531
if: github.actor != 'dependabot[bot]'
3632
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
38-
- uses: docker://rhysd/actionlint:1.7.0@sha256:601d6faeefa07683a4a79f756f430a1850b34d575d734b1d1324692202bf312e
38+
- uses: docker://rhysd/actionlint:1.7.0@sha256:601d6faeefa07683a4a79f756f430a1850b34d575d734b1d1324692202bf312e # v1.7.0
3939
with:
4040
args: -color

0 commit comments

Comments
 (0)