summaryrefslogtreecommitdiff
path: root/.woodpecker/eowyn.yml
blob: a9e8b6e8f13af135ab694867b1e22d9f72e6146e (plain)
1
2
3
4
5
6
7
8
9
steps:
  eowyn:
    image: ziglings/ziglang:latest
    pull: true
    commands:
      - sh ./patches/eowyn.sh
    when:
      events: ["pull-requests", "push", "cron"]
        cron: "Daily"