Fix lint
This commit is contained in:
parent
1d111d2526
commit
d6e5a66c1e
1 changed files with 4 additions and 3 deletions
|
@ -3,11 +3,12 @@ when:
|
|||
event:
|
||||
- push
|
||||
- pull_request
|
||||
branch:
|
||||
branch:
|
||||
- main
|
||||
- ci/fix_woodpecker
|
||||
steps:
|
||||
- name: build
|
||||
- name: build
|
||||
image: debian
|
||||
commands:
|
||||
- echo "This is the build step"
|
||||
- echo "This is the build step"
|
||||
- echo "binary-data-123" > executable
|
||||
|
|
Loading…
Reference in a new issue