Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 5c3f9ca

Browse files
committed
Add lychee
1 parent 05da35e commit 5c3f9ca

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

.ansible-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
warn_list:
2+
- role-name

.github/workflows/links.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Links
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches-ignore:
7+
- main
8+
paths:
9+
- .github/workflows/links.yml
10+
schedule:
11+
- cron: "0 3 * * 1"
12+
13+
jobs:
14+
linkChecker:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v2
18+
19+
- name: Link Checker
20+
id: lychee
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
uses: lycheeverse/[email protected]
24+
with:
25+
args: --no-progress --exclude-path CHANGELOG.md --exclude-all-private --exclude 'GITHUB_SHA|_VERSION%7D|_TYPE%7D' -- './**/*.md'
26+
fail: true

templates/ubuntu.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ Drivers / Devices added for the VMs for specific providers.
7171

7272
See the [preseed file](https://github.com/ruzickap/packer-templates/blob/main/http/ubuntu-${UBUNTU_TYPE}/preseed.cfg)
7373

74-
(it's very close to official Ubuntu [preseed file](https://help.ubuntu.com/lts/installation-guide/example-preseed.txt))
75-
7674
* en_US.UTF-8
7775
* keymap for standard US keyboard
7876
* UTC timezone

0 commit comments

Comments
 (0)