Skip to content

Commit fdf3ab4

Browse files
committed
use new workflow
1 parent 4952ae2 commit fdf3ab4

File tree

3 files changed

+11
-82
lines changed

3 files changed

+11
-82
lines changed

.github/workflows/dokuwiki.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: DokuWiki Default Tasks
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: '19 8 25 * *'
7+
8+
9+
jobs:
10+
all:
11+
uses: dokuwiki/github-action/.github/workflows/all.yml@main

.github/workflows/phpCS.yml

-30
This file was deleted.

.github/workflows/phpTestLinux.yml

-52
This file was deleted.

0 commit comments

Comments
 (0)