Skip to content

Store thought valence from reactions and filter thinking by preferenc… #22

Store thought valence from reactions and filter thinking by preferenc…

Store thought valence from reactions and filter thinking by preferenc… #22

Workflow file for this run

name: Check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create runtime files for volume mounts
run: |
touch .env
mkdir -p data
- run: make check