Go to file
ssp6904 274c66071d Added action files and workflows
Signed-off-by: ssp6904 <shoffer@ttnrtsite.me>
2024-07-25 15:41:08 -04:00
generators Added action files and workflows 2024-07-25 15:41:08 -04:00
pages Added action files and workflows 2024-07-25 15:41:08 -04:00
simple Added action files and workflows 2024-07-25 15:41:08 -04:00
README.md added a basic workflow 2024-06-10 08:24:30 -04:00

Woodpecker CI Example

Here are some examples for our CI interfacee. The following is a comprehensive list on what is supported to use with it.

Basic start off

Below is a basic workflow that echos an output to the log.

steps:
  testmessage:
    image: ubuntu
    commands:
      - echo "Hello world"
      - echo "I run on TTGit"