Skip to content

Commit

Permalink
Update GitHub Actions workflows for public release
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-krieger committed Oct 3, 2024
1 parent 406b514 commit fbcd0eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

jobs:
golangci-lint:
runs-on: ["innersource.prod.amr.dind"]
name: Lint Go Source
container:
image: golangci/golangci-lint:latest-alpine
Expand All @@ -28,7 +27,6 @@ jobs:
golangci-lint run ./tpm/...
shellcheck:
runs-on: ["innersource.prod.amr.dind"]
name: Lint Shell Scripts
container:
image: koalaman/shellcheck-alpine
Expand All @@ -39,7 +37,6 @@ jobs:
run: find . \( -name "*.sh" -o -name "*.bash" \) -exec shellcheck '{}' +

markdownlint:
runs-on: ["innersource.prod.amr.dind"]
name: Lint Documentation Markdown
container:
image: node:20-alpine
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

jobs:
go:
runs-on: ["innersource.prod.amr.dind"]
name: Test Go packages
container:
image: golang:alpine
Expand Down

0 comments on commit fbcd0eb

Please sign in to comment.