mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-22 07:28:14 +00:00
Merge pull request #6117 from zenoprax/enabled-markdown-linting
enabled markdown linting
This commit is contained in:
commit
dcda9ac2b1
1 changed files with 1 additions and 3 deletions
4
.github/workflows/wiki-sync.yml
vendored
4
.github/workflows/wiki-sync.yml
vendored
|
|
@ -62,13 +62,11 @@ jobs:
|
|||
run: |
|
||||
pymarkdownlnt \
|
||||
--disable-rules line-length \
|
||||
scan --recurse "docs/wiki"
|
||||
scan "docs/wiki"
|
||||
|
||||
sync:
|
||||
name: Publish to GitHub Wiki
|
||||
needs: lint
|
||||
if: '!cancelled()'
|
||||
# if: needs.lint.result == 'success'
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
# Using [standard bot credentials](https://github.com/actions/checkout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue