Skip to content

Commit

Permalink
Fix yaml linting
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboyes authored Feb 23, 2025
1 parent 5e1bc75 commit 9b8bcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- os: "ubuntu-24.04"
image: "linux/amd64"
# - os: "ubuntu-24.04-arm"
# image: "linux/arm64"
# image: "linux/arm64"

Check failure on line 60 in .github/workflows/github_tag_and_release.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] .github/workflows/github_tag_and_release.yml#L60

[warning] comment not indented like content (comments-indentation)
Raw output
./.github/workflows/github_tag_and_release.yml:60:13: [warning] comment not indented like content (comments-indentation)
needs: tag
name: Build and push image
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 9b8bcf1

Please sign in to comment.