mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Gate stuff on CI
This commit is contained in:
parent
07a77ffb35
commit
d71ddeaced
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -95,5 +95,7 @@ jobs:
|
|||
|
||||
- run: npm ci
|
||||
working-directory: ./editors/code
|
||||
- run: npm run fmt
|
||||
working-directory: ./editors/code
|
||||
- run: npm run package --scripts-prepend-node-path
|
||||
working-directory: ./editors/code
|
||||
|
|
Loading…
Reference in a new issue