Skip to content

CCS-94721 CCS-94243 CCS-94246 added theme, back_pressed, clean_cache … #185

CCS-94721 CCS-94243 CCS-94246 added theme, back_pressed, clean_cache …

CCS-94721 CCS-94243 CCS-94246 added theme, back_pressed, clean_cache … #185

Workflow file for this run

name: Python application
on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-20.04
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup
uses: ExpressApp/[email protected]
with:
python-version: "3.10.4"
poetry-version: "1.5.1"
- name: Run lint
run: |
source .venv/bin/activate
./scripts/lint