Apply quality checks to Element Enterprise modules.

This commit is contained in:
Benoit Marty 2024-06-13 09:49:27 +02:00 committed by Benoit Marty
parent 607599d89f
commit 51b98aa5c4
2 changed files with 42 additions and 0 deletions

View file

@ -8,6 +8,12 @@ jobs:
name: Danger main check
steps:
- uses: actions/checkout@v4
- name: Add SSH private keys for submodule repositories
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.ELEMENT_ENTERPRISE_DEPLOY_KEY }}
- name: Clone submodules
run: git submodule update --init --recursive
- run: |
npm install --save-dev @babel/plugin-transform-flow-strip-types
- name: Danger