Skip to content

docs: ADR 0005 competency mastery storage, without history #2546

docs: ADR 0005 competency mastery storage, without history

docs: ADR 0005 competency mastery storage, without history #2546

Workflow file for this run

name: Lint Imports
on:
push:
branches: [ main ]
pull_request:
branches:
- '**'
jobs:
lint-imports:
name: Lint Python Imports
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: setup python
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with:
python-version: '3.12'
- name: Install pip
run: pip install -r requirements/pip.txt
- name: Install Dependencies
run: pip install -e . -r requirements/quality.txt
- name: Analyze imports
run: lint-imports