Skip to content

Merge pull request #8 from TitaniumHocker/dependabot/pip/gitpython-3.… #23

Merge pull request #8 from TitaniumHocker/dependabot/pip/gitpython-3.…

Merge pull request #8 from TitaniumHocker/dependabot/pip/gitpython-3.… #23

Workflow file for this run

name: lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: Install poetry
run: |
python3.11 -m pip install poetry
- name: Install dependencies
run: |
poetry install --no-interaction
- name: Lint with flake8
run: poetry run flakeheaven lint mount