Apply quality checks to Element Enterprise modules.
This commit is contained in:
parent
607599d89f
commit
51b98aa5c4
2 changed files with 42 additions and 0 deletions
6
.github/workflows/danger.yml
vendored
6
.github/workflows/danger.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue