mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2025-09-20 10:55:42 +00:00
📦 NEW: link check workflow
This commit is contained in:
13
.github/workflows/linkcheck.yml
vendored
Normal file
13
.github/workflows/linkcheck.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Link-check
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * 1' # every monday
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: Run linksafe
|
||||||
|
uses: TechWiz-3/linksafe@main
|
Reference in New Issue
Block a user