Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/zz-probe.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: probe
on:
pull_request:
jobs:
p:
runs-on: ubuntu-latest
steps:
- run: echo $UNQUOTED | ls
1 change: 1 addition & 0 deletions ci-probe/bad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "broken": json, }
6 changes: 6 additions & 0 deletions ci-probe/bad.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Probe

Check failure on line 1 in ci-probe/bad.md

View workflow job for this annotation

GitHub Actions / lint / markdownlint

Multiple spaces after hash on atx style heading

ci-probe/bad.md:1:3 MD019/no-multiple-space-atx Multiple spaces after hash on atx style heading [Context: "# Probe"] https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md019.md


Check failure on line 3 in ci-probe/bad.md

View workflow job for this annotation

GitHub Actions / lint / markdownlint

Multiple consecutive blank lines

ci-probe/bad.md:3 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md012.md
* badly formatted list

Check failure on line 4 in ci-probe/bad.md

View workflow job for this annotation

GitHub Actions / lint / markdownlint

Lists should be surrounded by blank lines

ci-probe/bad.md:4 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* badly formatted list"] https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md032.md

Check failure on line 4 in ci-probe/bad.md

View workflow job for this annotation

GitHub Actions / lint / markdownlint

Spaces after list markers

ci-probe/bad.md:4:1 MD030/list-marker-space Spaces after list markers [Expected: 1; Actual: 3] https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md030.md
- mixed markers

Check failure on line 5 in ci-probe/bad.md

View workflow job for this annotation

GitHub Actions / lint / markdownlint

Lists should be surrounded by blank lines

ci-probe/bad.md:5 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- mixed markers"] https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md032.md

Check failure on line 5 in ci-probe/bad.md

View workflow job for this annotation

GitHub Actions / lint / markdownlint

Unordered list style

ci-probe/bad.md:5:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash] https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md004.md
See https://example.com/bare for MD034.

Check failure on line 6 in ci-probe/bad.md

View workflow job for this annotation

GitHub Actions / lint / markdownlint

Bare URL used

ci-probe/bad.md:6:5 MD034/no-bare-urls Bare URL used [Context: "https://example.com/bare"] https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md034.md
3 changes: 3 additions & 0 deletions ci-probe/bad.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
probe:
key: value
other: "x"
Loading