Skip to content

Update main.py due to the issues 2669 #2930

Update main.py due to the issues 2669

Update main.py due to the issues 2669 #2930

name: pre-commit-linters
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8.18
- name: Install pre-commit package
run: make install-pre-commit
- name: Run pre-commit linter suite
run: make pre-commit
md-dead-link-check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: AlexanderDokuchaev/[email protected]