xref: /plugin/dev/skel/.github/workflows/dokuwiki.yml (revision 53bec4caf87f4baf3a232113da52346bcbea6f83)
1*53bec4caSAndreas Gohrname: DokuWiki Default Tasks
2*53bec4caSAndreas Gohron:
3*53bec4caSAndreas Gohr  push:
4*53bec4caSAndreas Gohr  pull_request:
5*53bec4caSAndreas Gohr  schedule:
6*53bec4caSAndreas Gohr    - cron: '@@CRON@@'
7*53bec4caSAndreas Gohr
8*53bec4caSAndreas Gohr
9*53bec4caSAndreas Gohrjobs:
10*53bec4caSAndreas Gohr  all:
11*53bec4caSAndreas Gohr    uses: dokuwiki/github-action/.github/workflows/all.yml@main
12