Skip to content

Merge pull request #25 from marph91/add-non-image-resources-properly #129

Merge pull request #25 from marph91/add-non-image-resources-properly

Merge pull request #25 from marph91/add-non-image-resources-properly #129

Workflow file for this run

name: lint
on: [push]
jobs:
container:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pip dependencies
run: pip install -r requirements-dev.txt
- name: Run linting
run: |
black --check .
flake8 .
mypy .