Merge branch 'master' into update-us-m3u
This commit is contained in:
commit
e9b6caf004
|
@ -2,7 +2,7 @@ name: auto-update
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '0 0,12 * * *'
|
||||
jobs:
|
||||
create-branch:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"require-header": true,
|
||||
"attribute-quotes": true,
|
||||
"require-info": true,
|
||||
"no-trailing-spaces": true,
|
||||
"no-trailing-spaces": false,
|
||||
"no-whitespace-before-title": true,
|
||||
"no-multi-spaces": true,
|
||||
"no-extra-comma": true,
|
||||
|
|
Loading…
Reference in New Issue