Skip to content

Walk the graph of followers and classify them using an LLM to see if they belong to a member #31

Walk the graph of followers and classify them using an LLM to see if they belong to a member

Walk the graph of followers and classify them using an LLM to see if they belong to a member #31

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.x
- name: Build
run: go build -v .