fix: fix yamllint errors

This commit is contained in:
Dawid Wysokiński 2023-12-15 08:19:36 +01:00
parent d787e2f431
commit 03e0fde213
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ profiles:
- image: twhelp - image: twhelp
hooks: hooks:
before: before:
- command: [ "sh", "-c", "make generate" ] - command: [sh, -c, make generate]
os: [ darwin, linux ] os: [darwin, linux]
context: . context: .
docker: docker:
dockerfile: ./build/docker/twhelp/dev/Dockerfile dockerfile: ./build/docker/twhelp/dev/Dockerfile