mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Iterate workflow
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
82a6826a02
commit
21930a10ae
1 changed files with 6 additions and 3 deletions
9
.github/workflows/static_analysis.yaml
vendored
9
.github/workflows/static_analysis.yaml
vendored
|
@ -123,11 +123,14 @@ jobs:
|
|||
cache: "yarn"
|
||||
node-version: "lts/*"
|
||||
|
||||
- name: Install Deps
|
||||
run: "yarn install --frozen-lockfile"
|
||||
|
||||
- name: Run linter
|
||||
run: "yarn run lint:knip"
|
||||
|
||||
- name: Install Deps
|
||||
run: "scripts/layered.sh"
|
||||
|
||||
- name: Dead Code Analysis
|
||||
run: "yarn run analyse:unused-exports"
|
||||
|
||||
- name: Run linter
|
||||
run: "yarn run lint:knip"
|
||||
|
|
Loading…
Reference in a new issue