Skip to content

moved out architecture documentation #2

moved out architecture documentation

moved out architecture documentation #2

Workflow file for this run

name: Run Python QL
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run Python QL
uses: aktin/aktin-github-actions/python-ql@main
with:
src-path: 'src/'
python-version: '3.10.6'