Skip to content

feat: tag clustering using ML #172

feat: tag clustering using ML

feat: tag clustering using ML #172

Workflow file for this run

name: Django CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build containers and run Django tests
run: make test