Skip to content

fixed top right button where discord invite link is expired #79

fixed top right button where discord invite link is expired

fixed top right button where discord invite link is expired #79

Workflow file for this run

name: Linter
on: [pull_request]
jobs:
markdown-linter:
name: "Markdown Linter"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: .
config_file: .markdownlint.yaml
markdown-link-check:
name: "Markdown Link Checker"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gaurav-nelson/[email protected]