This repository was archived by the owner on May 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change
1
+ warn_list :
2
+ - role-name
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -71,8 +71,6 @@ Drivers / Devices added for the VMs for specific providers.
71
71
72
72
See the [ preseed file] ( https://github.com/ruzickap/packer-templates/blob/main/http/ubuntu-${UBUNTU_TYPE}/preseed.cfg )
73
73
74
- (it's very close to official Ubuntu [ preseed file] ( https://help.ubuntu.com/lts/installation-guide/example-preseed.txt ) )
75
-
76
74
* en_US.UTF-8
77
75
* keymap for standard US keyboard
78
76
* UTC timezone
You can’t perform that action at this time.
0 commit comments