Skip to content

Commit

Permalink
fix(ci): job name
Browse files Browse the repository at this point in the history
  • Loading branch information
StuxxNet authored and ramon.silveira-borges@telekom.com committed Dec 6, 2023
1 parent 0ed7ba1 commit 5cf631c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
config: configs/hadolint/hadolint-config.yaml

lint-kubernetes-manifests:
name: Lint Kubernetes manifests
name: Lint Kubernetes Manifests
runs-on: ubuntu-22.04
steps:
- name: Checkout code
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
contents: read

steps:
- name: Clone da aplicação
uses: actions/checkout@v3
- name: Checkout code
uses: actions/checkout@v3

- name: SAST
run: |
Expand Down

0 comments on commit 5cf631c

Please sign in to comment.