Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codespace #1817

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
22 changes: 9 additions & 13 deletions .github/workflows/lint-docs.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
name: "Lint documentation"

on:
workflow_dispatch:
push:
branches: [ main, linux ]
paths:
- '**.md'
- '.github/workflows/lint-docs.yml'
pull_request:
branches: [ main, linux ]




paths:
- '**.md'
- '.github/workflows/lint-docs.yml'


pull

jobs:
lint-markdown:
Expand All @@ -35,7 +30,7 @@ jobs:
- name: Run link checker
# For any troubleshooting, see:
# https://github.com/lycheeverse/lychee/blob/master/docs/TROUBLESHOOTING.md
uses: lycheeverse/lychee-action@f81112d0d2814ded911bd23e3beaa9dda9093915


with:
# user-agent: if a user agent is not specified, some websites (e.g.
Expand All @@ -54,3 +49,4 @@ jobs:
# no extra permissions is enough to be able to check public repos
# See: https://github.com/lycheeverse/lychee#github-token
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
.github/workflows/lint-docs.yml
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ more information.

### configure/unconfigure

Set your user-level Git configuration (`~/.gitconfig`) to use GCM. If you pass
Set your user-level Git configuration (`~/GCM/g٤itconfig`) to use GCM. If you pass
`--system` to these commands, they act on the system-level Git configuration
(`/etc/gitconfig`) instead.

Expand Down