Skip to content

Commit 186fc07

Browse files
committed
ci: update rumdl config and ci
1 parent b96c8d5 commit 186fc07

File tree

3 files changed

+40
-30
lines changed

3 files changed

+40
-30
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [main]
66
paths:
77
- "**/*.md"
8-
- ".github/workflows/markdown-linting.yml"
8+
- ".github/workflows/rumdl-lint.yml"
99
- ".rumdl.toml"
1010
pull_request:
1111
paths:

.rumdl.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ disable = [
66
"MD032", # blanks-around-lists: space waster
77
]
88

9+
# PENDING https://github.com/rvben/rumdl/issues/208
10+
exclude = [".github/pull_request_template.md"]
11+
912
# ------------------------------------------------------------------------------
1013

14+
[MD004] # ul-style
15+
style = "dash" # GitHub default & quicker to type
16+
1117
[MD007] # ul-indent
1218
indent = 4 # consistent with .editorconfig
1319

@@ -22,7 +28,11 @@ lines-below = 0 # rule of proximity
2228
style = "ordered"
2329

2430
[MD033] # inline-html
25-
allowed-elements = ["a", "img", "kbd"] # badges and `kbd` for hotkey instructions
31+
allowed-elements = [
32+
"a",
33+
"img",
34+
"kbd"
35+
] # badges and `kbd` for hotkey instructions
2636

2737
[MD049] # emphasis style
2838
style = "asterisk" # better than underscore, since it's not considered a word-char

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -15,39 +15,39 @@ Helpful GitHub assistant for Alfred.
1515
<img alt="Showcase issue search" width=70% src="https://github.com/chrisgrieser/gitfred/assets/73286100/fe15a8a2-e0c4-493f-95ba-f41e3da7e8dc">
1616

1717
## Usage
18-
* Search all public GitHub repositories via the keyword `gh`.
19-
* Uses the [GitHub search query
18+
- Search all public GitHub repositories via the keyword `gh`.
19+
- Uses the [GitHub search query
2020
syntax](https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories),
2121
for example `alfred user:chrisgrieser` to search for repositories with the
2222
name `alfred` by the user `chrisgrieser`.
23-
* <kbd>⏎</kbd>: Open the repo's GitHub page.
24-
* <kbd>⌘⏎</kbd>: Open the repo's homepage. If it has none, opens the
23+
- <kbd>⏎</kbd>: Open the repo's GitHub page.
24+
- <kbd>⌘⏎</kbd>: Open the repo's homepage. If it has none, opens the
2525
releases page instead.
26-
* <kbd>⌥⏎</kbd>: Copy the repo URL.
27-
* <kbd>⌃⏎</kbd>: Clone the repo to a local folder and open in the Terminal.
28-
* Access your repositories via `gmy`.
29-
* <kbd>⏎</kbd>: If the repo is available locally on your device, open it in
26+
- <kbd>⌥⏎</kbd>: Copy the repo URL.
27+
- <kbd>⌃⏎</kbd>: Clone the repo to a local folder and open in the Terminal.
28+
- Access your repositories via `gmy`.
29+
- <kbd>⏎</kbd>: If the repo is available locally on your device, open it in
3030
the terminal. Otherwise, open the repo's GitHub page.
31-
* <kbd>⌘⏎</kbd>: Open the repo's GitHub page.
32-
* <kbd>⌥⏎</kbd>: Copy the repo URL.
33-
* <kbd>⇧⏎</kbd>: Clone the repo to a local folder and open in the Terminal.
31+
- <kbd>⌘⏎</kbd>: Open the repo's GitHub page.
32+
- <kbd>⌥⏎</kbd>: Copy the repo URL.
33+
- <kbd>⇧⏎</kbd>: Clone the repo to a local folder and open in the Terminal.
3434
If the repo is already locally available on your device, just open the
3535
repository in the Terminal.
36-
* Open recent GitHub issues you are involved in with `ghi`.
37-
* <kbd>⏎</kbd>: Open the issue in the browser.
38-
* <kbd>⌥⏎</kbd>: Copy the issue URL.
39-
* Access PRs you have opened with the keyword `gpr`.
40-
* <kbd>⏎</kbd>: Open the PR in the browser.
41-
* <kbd>⌥⏎</kbd>: Copy the link to the PR.
42-
* Directly open your GitHub notification via `ghn`.
43-
* Requires [GitHub Token](https://github.com/settings/tokens).
44-
* <kbd>⏎</kbd>: Open the notification in the browser. In cases where no URL
36+
- Open recent GitHub issues you are involved in with `ghi`.
37+
- <kbd>⏎</kbd>: Open the issue in the browser.
38+
- <kbd>⌥⏎</kbd>: Copy the issue URL.
39+
- Access PRs you have opened with the keyword `gpr`.
40+
- <kbd>⏎</kbd>: Open the PR in the browser.
41+
- <kbd>⌥⏎</kbd>: Copy the link to the PR.
42+
- Directly open your GitHub notification via `ghn`.
43+
- Requires [GitHub Token](https://github.com/settings/tokens).
44+
- <kbd>⏎</kbd>: Open the notification in the browser. In cases where no URL
4545
is available, such as deleted comments or CI activity, opens the GitHub
4646
notification inbox instead.
47-
* <kbd>⌘⏎</kbd>: Mark the notification as read.
48-
* <kbd>⌥⏎</kbd>: Copy the URL of the notification target.
49-
* <kbd>⌃⏎</kbd>: Mark the notification as done.
50-
* Additionally, you can press the
47+
- <kbd>⌘⏎</kbd>: Mark the notification as read.
48+
- <kbd>⌥⏎</kbd>: Copy the URL of the notification target.
49+
- <kbd>⌃⏎</kbd>: Mark the notification as done.
50+
- Additionally, you can press the
5151
[hotkey](https://www.alfredapp.com/help/workflows/triggers/hotkey/) to clone
5252
a GitHub repo from the current browser tab. ([Note that Firefox is not
5353
supported.](https://www.alfredforum.com/topic/16748-how-to-do-x-in-firefox-from-alfred/))
@@ -77,10 +77,10 @@ digital economy. For my PhD project, I investigate the governance of the app
7777
economy and how software ecosystems manage the tension between innovation and
7878
compatibility. If you are interested in this subject, feel free to get in touch.
7979

80-
* [Website](https://chris-grieser.de/)
81-
* [Mastodon](https://pkm.social/@pseudometa)
82-
* [ResearchGate](https://www.researchgate.net/profile/Christopher-Grieser)
83-
* [LinkedIn](https://www.linkedin.com/in/christopher-grieser-ba693b17a/)
80+
- [Website](https://chris-grieser.de/)
81+
- [Mastodon](https://pkm.social/@pseudometa)
82+
- [ResearchGate](https://www.researchgate.net/profile/Christopher-Grieser)
83+
- [LinkedIn](https://www.linkedin.com/in/christopher-grieser-ba693b17a/)
8484

8585
<a href='https://ko-fi.com/Y8Y86SQ91' target='_blank'> <img height='36'
8686
style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi1.png?v=3'

0 commit comments

Comments
 (0)