Skip to content

Merge pull request #72 from toggle-corp/fix/content_parsing #145

Merge pull request #72 from toggle-corp/fix/content_parsing

Merge pull request #72 from toggle-corp/fix/content_parsing #145

Workflow file for this run

name: Python lint
on:
push:
branches:
- develop
pull_request:
jobs:
pre_commit_checks:
name: 🚴 Pre-Commit checks 🚴
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@main
with:
cache: 'poetry'
- run: poetry install --no-root
- uses: pre-commit/action@main