Skip to content

chore(deps): update python docker tag to v3.12 #5

chore(deps): update python docker tag to v3.12

chore(deps): update python docker tag to v3.12 #5

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python 3
id: setup-python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Prepare
run: |
sudo apt install libapt-pkg-dev
pip install pylint
- name: Install dependencies
run: pip install -r requirements.txt
- name: Lint
run: pylint app.py apt_info.py