Skip to content

Fix anchor table coloring to work with light and dark themes #54

Fix anchor table coloring to work with light and dark themes

Fix anchor table coloring to work with light and dark themes #54

Workflow file for this run

name: pre-commit
on:
pull_request:
branches:
- main
push:
branches:
- main
env:
SKIP: test
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- uses: pre-commit/[email protected]
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# pip install -r requirements.txt