build: Add repository checkout workflow step
This commit is contained in:
parent
877fc24235
commit
71e9957122
@ -6,6 +6,8 @@ jobs:
|
|||||||
name: Linting
|
name: Linting
|
||||||
runs-on: dind-rootless
|
runs-on: dind-rootless
|
||||||
steps:
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v3
|
||||||
- name: yamllint
|
- name: yamllint
|
||||||
uses: bewuethr/yamllint-action@v1
|
uses: bewuethr/yamllint-action@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user