Skip to content

[settings] cleaned up save options #35

[settings] cleaned up save options

[settings] cleaned up save options #35

Workflow file for this run

name: Automated testing
on: push
env:
FORCE_COLOR: 1
MYPY_FORCE_COLOR: 1
jobs:
linting:
name: Linting
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
tool: ["flake8", "mypy"]
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Build and install package
run: python -m pip install .
- name: Running ${{ matrix.tool }}
run: |
python -m pip install --upgrade pip
python -m pip install --group linting
python -c "print('=========== ${{ matrix.tool }} ===========')"
python -m ${{ matrix.tool }} src/