Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
55b49f8a
Unverified
Commit
55b49f8a
authored
May 04, 2023
by
Adrian Sutton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Change bedrock link checker to run nightly instead of on every PR
parent
1d99beab
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
1 deletion
+26
-1
config.yml
.circleci/config.yml
+23
-1
Makefile
Makefile
+3
-0
No files found.
.circleci/config.yml
View file @
55b49f8a
...
...
@@ -612,10 +612,20 @@ jobs:
-
run
:
name
:
markdown lint
command
:
yarn lint:specs:check
bedrock-markdown-links
:
machine
:
image
:
ubuntu-2204:2022.07.1
steps
:
-
checkout
-
run
:
name
:
link lint
command
:
|
docker run --init -it -v `pwd`:/input lycheeverse/lychee --verbose --no-progress --exclude-loopback --exclude twitter.com --exclude-mail /input/README.md "/input/specs/**/*.md"
make bedrock-markdown-links
-
slack/notify
:
channel
:
C055R639XT9
#notify-link-check
event
:
fail
template
:
basic_fail_1
fuzz-op-node
:
docker
:
...
...
@@ -1619,3 +1629,15 @@ workflows:
context
:
-
slack
-
oplabs-fpp-nodes
scheduled-link-check
:
triggers
:
-
schedule
:
# Run once a day, only on the develop branch
cron
:
"
0
0
*
*
*"
filters
:
branches
:
only
:
[
"
develop"
]
jobs
:
-
bedrock-markdown-links
:
context
:
slack
Makefile
View file @
55b49f8a
...
...
@@ -120,3 +120,6 @@ tag-bedrock-go-modules:
update-op-geth
:
./ops/scripts/update-op-geth.py
.PHONY
:
update-op-geth
bedrock-markdown-links
:
docker run
--init
-it
-v
`
pwd
`
:/input lycheeverse/lychee
--verbose
--no-progress
--exclude-loopback
--exclude
twitter.com
--exclude-mail
/input/README.md
"/input/specs/**/*.md"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment