Skip to content

Add security tips + reduce size #4

Add security tips + reduce size

Add security tips + reduce size #4

name: nextcloud-migration-build
on:
pull_request:
branches: [main]
paths:
- "tdrive/backend/utils/nextcloud-migration/**"
jobs:
ldap-sync-build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build ldap sync
run: cd tdrive/backend/utils/nextcloud-migration && npm i && npm run build