mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
Checkout PR head for strict error checker
This commit is contained in:
parent
2c30e6d909
commit
b62006e915
1 changed files with 2 additions and 0 deletions
2
.github/workflows/static_analysis.yaml
vendored
2
.github/workflows/static_analysis.yaml
vendored
|
@ -52,6 +52,8 @@ jobs:
|
||||||
- "--noImplicitAny"
|
- "--noImplicitAny"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
|
|
||||||
- name: Install Deps
|
- name: Install Deps
|
||||||
run: "scripts/ci/layered.sh"
|
run: "scripts/ci/layered.sh"
|
||||||
|
|
Loading…
Reference in a new issue