6 Commits
hello ... main

Author SHA1 Message Date
f27fc8fe59 ok wow
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
2025-11-13 19:49:04 -07:00
e7c255eeb7 Update README.md
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
2025-10-18 16:08:04 +00:00
cbe613669c Update README.md
Some checks are pending
ci/woodpecker/push/pipeline Pipeline is pending
2025-10-18 15:19:27 +00:00
7248ab3c32 Update .woodpecker/pipeline.yaml
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
2025-07-06 22:29:40 +00:00
e9c6386f38 Update .woodpecker/pipeline.yaml
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
2025-07-06 22:13:08 +00:00
f7d92233c2 Add .woodpecker/pipeline.yaml
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
2025-07-06 19:53:16 +00:00
3 changed files with 15 additions and 0 deletions

12
.woodpecker/pipeline.yaml Normal file
View File

@@ -0,0 +1,12 @@
when:
- event: push
branch: main
labels:
platform: linux/arm64
steps:
- name: build
image: debian
commands:
- echo "This is the build step; okay"

View File

@@ -0,0 +1 @@
123567

2
b Normal file
View File

@@ -0,0 +1,2 @@
this is a new file