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

CI changes #2548

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
17 changes: 17 additions & 0 deletions .github/workflows/check_dead_links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Check for dead links

on:
pull_request:
push:
branches: [main]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Check for dead links
run: tests/dead_links.sh
19 changes: 19 additions & 0 deletions .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Lint Markdown

on:
pull_request:
push:
branches: [main]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: DavidAnson/markdownlint-cli2-action@v19
with:
config: .markdownlint.json
globs: '**/*.md'
6 changes: 3 additions & 3 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"extends": "markdownlint-rules-grav-pages/rules/frontmatter.schema.json",
"default": true,
"code-block-style": {
"style": "fenced"
Expand Down Expand Up @@ -60,5 +59,6 @@
},
"line-length": false,
"no-reversed-links": false,
"no-missing-space-atx": false
}
"no-missing-space-atx": false,
"first-line-heading": false
}
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

10 changes: 0 additions & 10 deletions markdownlint-rules-grav-pages/.eslintrc

This file was deleted.

2 changes: 0 additions & 2 deletions markdownlint-rules-grav-pages/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions markdownlint-rules-grav-pages/.travis.yml

This file was deleted.

79 changes: 0 additions & 79 deletions markdownlint-rules-grav-pages/CHANGELOG.md

This file was deleted.

24 changes: 0 additions & 24 deletions markdownlint-rules-grav-pages/LICENSE

This file was deleted.

44 changes: 0 additions & 44 deletions markdownlint-rules-grav-pages/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions markdownlint-rules-grav-pages/lib/flat.js

This file was deleted.

Loading
Loading