Skip to content

conv1d statement fix (#52) #84

conv1d statement fix (#52)

conv1d statement fix (#52) #84

Workflow file for this run

name: Sync Problems
on:
push:
branches: ["main"]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '>=22'
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Sync Problems
run: pnpm install && pnpm prisma generate && pnpm sync-problems
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}