build: Add repository checkout workflow step
Container & Helm chart / Linting (push) Successful in 5s Details
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 59s Details
Container & Helm chart / Container image (push) Successful in 1m20s Details

This commit is contained in:
Danny Bessems 2024-06-05 10:40:51 +10:00
parent 877fc24235
commit 71e9957122
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ jobs:
name: Linting
runs-on: dind-rootless
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: yamllint
uses: bewuethr/yamllint-action@v1
with: