Skip to content

Update description for Pyresttest #69

Update description for Pyresttest

Update description for Pyresttest #69

Workflow file for this run

name: Linting & checking links
on:
pull_request:
branches: [main]
jobs:
Awesome_Lint:
runs-on: ubuntu-latest
steps:
# Checkout
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
# Run Awesome lint
- name: Awesome lint
run: npx awesome-lint
# Checks the status of hyperlinks in .md files in verbose mode
- name: Check links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .github/workflows/markdown-links-config.json
use-verbose-mode: 'yes'