Feature: permit blockquote automatic continuation (issue #1274) (fixed)
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
---
|
||||
# Copied from previous .travis.yml by tinmarino the 2023-03-09
|
||||
|
||||
# Commented out to avoid verbosity on github commit status
|
||||
name: CI
|
||||
#description: Vimwiki CI test bank
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
Typos:
|
||||
# Copyed from: https://github.com/junegunn/fzf/blob/master/.github/workflows/typos.yml
|
||||
# Copied from: https://github.com/junegunn/fzf/blob/master/
|
||||
# -- .github/workflows/typos.yml
|
||||
name: Typos
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -20,9 +22,23 @@ jobs:
|
||||
config: ./test/resources/typos_config.toml
|
||||
|
||||
|
||||
Yamllint:
|
||||
# Copied from: https://github.com/junegunn/fzf/blob/master/
|
||||
# -- .github/workflows/typos.yml
|
||||
name: Yamllint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: ibiqlik/action-yamllint@v3
|
||||
with:
|
||||
file_or_dir: .github/workflows/test-vader-action.yml
|
||||
|
||||
|
||||
Vint:
|
||||
# Copyed from: https://github.com/LudvigHz/vint-action
|
||||
# And local test/run_test.sh
|
||||
# Copied from: https://github.com/LudvigHz/vint-action
|
||||
# And local ./test/run_test.sh
|
||||
name: Vint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@@ -46,7 +62,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
opt: [
|
||||
#"vint",
|
||||
# "vint",
|
||||
|
||||
"-n vim_7.3.429",
|
||||
"-n vim_8.1.0519",
|
||||
|
||||
Reference in New Issue
Block a user