mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools: github actions: run daily dead link checks and unmaintained projects checks in parallel
This commit is contained in:
parent
05ad5ea709
commit
316e59bcb7
1 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: link checks
|
||||
name: dead links and unmaintained projects checks
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
|
@ -13,6 +13,12 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
unmaintained projects checks:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: make awesome_lint
|
||||
|
||||
link checks:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
Loading…
Reference in a new issue