build: Add repository checkout workflow step

This commit is contained in:
Danny Bessems 2024-06-05 10:40:51 +10:00
parent 877fc24235
commit 71e9957122

@ -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: