mirror of
https://github.com/codecrafters-io/build-your-own-x.git
synced 2026-01-12 00:16:58 +00:00
Compare commits
7 Commits
ece88ce37c
...
6129b90f5b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6129b90f5b | ||
|
|
7b7d32b819 | ||
|
|
600322eb68 | ||
|
|
73e0ac1ef1 | ||
|
|
548922cde4 | ||
|
|
e298bd579f | ||
|
|
f93791f615 |
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
*.md linguist-detectable=true
|
||||||
|
*.md linguist-documentation=false
|
||||||
18
.github/workflows/linkcheck.yml
vendored
Normal file
18
.github/workflows/linkcheck.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
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@fast
|
||||||
|
with:
|
||||||
|
whitelist_files: "codecrafters-banner.png"
|
||||||
|
whitelist_links: "https://simjue.pages.dev/post/2018/07-01-go-unix-shell/,https://www.jamasoftware.com/blog/lets-write-redux/,https://learnopengl.com/In-Practice/2D-Game/Breakout,https://www.sohamkamani.com/nodejs/telegram-bot/,https://sj14.gitlab.io/post/2018-07-01-go-unix-shell/,https://www.datacamp.com"
|
||||||
|
env:
|
||||||
|
TOKEN: ${{ secrets.TOKEN }}
|
||||||
Reference in New Issue
Block a user