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:
|
event:
|
||||||
- push
|
- push
|
||||||
- pull_request
|
- pull_request
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
- ci/fix_woodpecker
|
- ci/fix_woodpecker
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- echo "This is the build step"
|
- echo "This is the build step"
|
||||||
|
- echo "binary-data-123" > executable
|
||||||
|
|
Loading…
Reference in a new issue