Skip to content

Commit

Permalink
Adds a name parameter (or alters an existing one) to standardize and …
Browse files Browse the repository at this point in the history
…clarify status check names on GitHub. (#6062)
  • Loading branch information
beqqrry-aws authored Feb 12, 2024
1 parent 6240df8 commit e41bacf
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ on:

jobs:
push_to_registry:
name: Push Docker image to ECR Public
if: github.event.pull_request.merged == true
env:
REGISTRY: public.ecr.aws
REGISTRY_ALIAS: b4v4v1s0
IMAGE_TAG: latest
REGION: us-east-1
name: Push Docker image to ECR Public
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ permissions:
contents: read
jobs:
dotnetcheck:
name: Lint DotNet
runs-on: ubuntu-latest
steps:
- name: Setup .NET
Expand All @@ -31,4 +32,4 @@ jobs:
if: success() || failure()
run: |
cd dotnetv3
dotnet format --verify-no-changes
dotnet format --verify-no-changes
21 changes: 0 additions & 21 deletions .github/workflows/extract-snippets-dryrun.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/extract-snippets.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
# pull-requests: read
jobs:
golangci:
name: lint
name: Lint GoLang
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

jobs:
lint:
name: Lint Javascript
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/label-auditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- closed
jobs:
label-linter:
name: Audit Labels
permissions:
contents: read
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/label-auto-language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
jobs:
auto-labeler:
name: Auto Labeler
permissions:
contents: read
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
contents: read
jobs:
check:
name: Check
name: Lint Rust
runs-on: aws-doc-sdk-examples_ubuntu-latest_16-core
steps:
- name: setup
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/sd-cpp-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
cpplint:
name: cpp lint
name: Lint CPP
permissions:
contents: read
pull-requests: read
Expand All @@ -21,4 +21,3 @@ jobs:
with:
config_file: ./.github/cpp-linter/clang-tidy-config.txt
token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 2 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:

jobs:
run-lint:
name: Lint Multiple
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -38,6 +39,7 @@ jobs:
VALIDATE_KOTLIN: true
VALIDATE_BASH: true
yamllint:
name: Lint Yaml
# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-doc-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
validate-doc-metadata:
name: Validate Doc Metadata
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/writeme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
jobs:
# This workflow contains a single job called "build"
build:
name: Validate WRITEMEs
# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand Down

0 comments on commit e41bacf

Please sign in to comment.