Skip to content

added convert_to_html (2) #22

added convert_to_html (2)

added convert_to_html (2) #22

Workflow file for this run

on:
push:
branches:
- "**"
jobs:
run-checks:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-poetry
with:
python-version: ${{ matrix.python-version }}
- name: Run styling check
run: poetry run pre-commit run --all-files