Skip to content

build(deps-dev): bump pylint from 3.2.7 to 3.3.0 (#243) #576

build(deps-dev): bump pylint from 3.2.7 to 3.3.0 (#243)

build(deps-dev): bump pylint from 3.2.7 to 3.3.0 (#243) #576

Workflow file for this run

name: Python application
on: [push]
jobs:
build:
env:
BUILD_FLAG_PYTHON_HOME: "python -m "
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v1
with:
python-version: 3.11
- name: Install dependencies
run: |
python build.py reqs
- name: Test
run: |
python build.py quality test