You've already forked awesomebitcoin.cash
switch link checker
This commit is contained in:
@@ -0,0 +1,33 @@
|
|||||||
|
name: Links (Fail Fast)
|
||||||
|
|
||||||
|
on:
|
||||||
|
#push:
|
||||||
|
# branches:
|
||||||
|
# - master
|
||||||
|
schedule:
|
||||||
|
# Run everyday Sunday at 4:00 UTC
|
||||||
|
- cron: "0 4 * * 0"
|
||||||
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
linkChecker:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Link Checker
|
||||||
|
uses: lycheeverse/lychee-action@v1.5.1
|
||||||
|
with:
|
||||||
|
fail: true
|
||||||
|
# Use json as output format (instead of markdown)
|
||||||
|
format: json
|
||||||
|
# Use different output file path
|
||||||
|
output: /tmp/out.md
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
- name: Create Issue From File
|
||||||
|
uses: peter-evans/create-issue-from-file@v2
|
||||||
|
with:
|
||||||
|
title: Link Checker Report
|
||||||
|
content-filepath: /tmp/out.md
|
||||||
|
labels: report, automated issue
|
||||||
@@ -11,6 +11,8 @@ A curated list of Bitcoin Cash projects & resources <br>
|
|||||||
<a href="https://awesome.re">
|
<a href="https://awesome.re">
|
||||||
<img src="https://awesome.re/badge.svg" alt="awesome" style="height:12px;border:10;">
|
<img src="https://awesome.re/badge.svg" alt="awesome" style="height:12px;border:10;">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
Bitcoin Cash (BCH) is a project to scale bitcoin on-chain as an electronic peer-to-peer payment system for the world. 🚀
|
Bitcoin Cash (BCH) is a project to scale bitcoin on-chain as an electronic peer-to-peer payment system for the world. 🚀
|
||||||
@@ -21,8 +23,9 @@ Bitcoin Cash (BCH) is a project to scale bitcoin on-chain as an electronic peer-
|
|||||||
📤 [a mobile friendly version](https://awesomebitcoin.cash) of this [project](https://github.com/2qx/awesome-bitcoin-cash) is formatted [from markdown](https://github.com/2qx/awesome-bitcoin-cash/blob/master/README.md) by github pages.
|
📤 [a mobile friendly version](https://awesomebitcoin.cash) of this [project](https://github.com/2qx/awesome-bitcoin-cash) is formatted [from markdown](https://github.com/2qx/awesome-bitcoin-cash/blob/master/README.md) by github pages.
|
||||||
|
|
||||||
Pull requests are welcome, please see [the contribution guidelines](CONTRIBUTING.md).
|
Pull requests are welcome, please see [the contribution guidelines](CONTRIBUTING.md).
|
||||||
|
<br/>
|
||||||
|
|
||||||
<!--💚-->
|
[](https://github.com/2qx/awesome-bitcoin-cash/actions/workflows/links.yml)
|
||||||
|
|
||||||
# Contents
|
# Contents
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user