Skip to content

added a repo for intermediate coders #428

added a repo for intermediate coders

added a repo for intermediate coders #428

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