Skip to content

Merge pull request #66 from AVATEAM-IT-SYSTEMHAUS/61-image-does-not-r… #69

Merge pull request #66 from AVATEAM-IT-SYSTEMHAUS/61-image-does-not-r…

Merge pull request #66 from AVATEAM-IT-SYSTEMHAUS/61-image-does-not-r… #69

Workflow file for this run

name: Project lint
on:
workflow_dispatch:
push:
branches:
- main
tags:
- "*"
pull_request:
branches:
- "*"
env:
FORCE_COLOR: "1"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade hatch
- name: Lint
run: hatch fmt --check