Skip to content

Merge pull request #11 from kelvins/dependabot/pip/black-24.3.0 #10

Merge pull request #11 from kelvins/dependabot/pip/black-24.3.0

Merge pull request #11 from kelvins/dependabot/pip/black-24.3.0 #10

Workflow file for this run

name: Validate
on: push
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
check-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- run: make codecheck