Skip to content

Merge pull request #701 from subhro1530/subhro1530 #386

Merge pull request #701 from subhro1530/subhro1530

Merge pull request #701 from subhro1530/subhro1530 #386

Workflow file for this run

name: Link-check
on:
schedule:
- cron: '0 0 * * 1' # every monday
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run linksafe
uses: TechWiz-3/linksafe@main