Skip to content

feat: implement new recommendation services and profile system #303

feat: implement new recommendation services and profile system

feat: implement new recommendation services and profile system #303

Workflow file for this run

name: Linter
# Enable Buildkit and let compose use it to speed up image building
env:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
on:
pull_request:
push:
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
linter:
runs-on: ubuntu-latest
steps:
- name: Checkout Code Repository
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
- name: Run pre-commit
uses: pre-commit/[email protected]