Skip to content

Add a github workflow to check link validity #4

Add a github workflow to check link validity

Add a github workflow to check link validity #4

Workflow file for this run

name: 'Check Awesome Pion Links'
on:
pull_request:
jobs:
checklinks:
runs-on: ubuntu-22.04
steps:
- name: Checkout Awesome Pion
uses: actions/checkout@v3
- name: Check link validity
run: ./check.sh