build: Add repository checkout workflow step
This commit is contained in:
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:
|
||||
|
Loading…
Reference in New Issue
Block a user