b149882c34
* 🌟Synchronization of the user with LDAP
15 lines
308 B
YAML
15 lines
308 B
YAML
name: ldap-sync-build
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [main]
|
|
paths:
|
|
- "tdrive/backend/utils/**"
|
|
|
|
jobs:
|
|
ldap-sync-build:
|
|
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 |