mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-12-18 11:14:24 +08:00
Update textlint.yml
This commit is contained in:
12
.github/workflows/textlint.yml
vendored
12
.github/workflows/textlint.yml
vendored
@@ -1,8 +1,16 @@
|
|||||||
name: Textlint
|
name: Textlint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
push:
|
||||||
- cron: '0 */6 * * *'
|
branches:
|
||||||
|
- '*'
|
||||||
|
- '*/*'
|
||||||
|
- '**'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
- '*/*'
|
||||||
|
- '**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user