Skip to content

🌟 Synchronization of the user with LDAP #2

🌟 Synchronization of the user with LDAP

🌟 Synchronization of the user with LDAP #2

Workflow file for this run

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