Skip to content

Fix anchor and subpath for relative links #45

Fix anchor and subpath for relative links

Fix anchor and subpath for relative links #45

Workflow file for this run

name: 'Configuration Check'
on:
pull_request:
paths:
- 'Cargo.toml'
- 'Cargo.lock'
- 'conf/*.toml'
- 'docs/*.md'
- 'src/**/*'
- 'scripts/*'
- '.github/workflows/config.yaml'
push:
branches:
- develop
- prod
jobs:
conf_check:
name: Configurations
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Pip Cache
uses: actions/cache@v2
with:
path: |
~/.cache/pip
key: ${{ runner.os }}-python-${{ hashFiles('scripts/*-requirements.txt') }}
- name: Run Check
run: |
# Dependencies
python -m pip install --upgrade pip
pip install -r scripts/check_conf-requirements.txt
# Scripts
python scripts/check_conf.py