Skip to content

fix: skip notification for entities sharing learn topic with last not… #10

fix: skip notification for entities sharing learn topic with last not…

fix: skip notification for entities sharing learn topic with last not… #10

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