Skip to content

build(deps-dev): bump pylint from 3.3.0 to 3.3.1 #578

build(deps-dev): bump pylint from 3.3.0 to 3.3.1

build(deps-dev): bump pylint from 3.3.0 to 3.3.1 #578

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