File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v1
17
17
- run : rustup component add clippy
18
- - uses : actions-rs/ clippy-check@v1
18
+ - uses : clechasseur/rs- clippy-check@v3
19
19
with :
20
20
token : ${{ secrets.GITHUB_TOKEN }}
21
21
args : --features runtime-env --manifest-path server/Cargo.toml
22
+ redoc :
23
+ runs-on : ubuntu-latest
24
+ steps :
25
+ - uses : actions/checkout@v2
26
+ - name : Installing Vaccum
27
+ run : npm install -g @quobix/vacuum
28
+ - name : Generating OpenAPI spec
29
+ run : cargo run --features runtime-env --manifest-path server/Cargo.toml --bin redoc_ci > openapi.json
30
+ - name : Vaccum lint
31
+ run : vacuum lint openapi.json
22
32
Original file line number Diff line number Diff line change 8
8
paths :
9
9
- ' server/**'
10
10
jobs :
11
- redoc :
12
- runs-on : ubuntu-latest
13
- steps :
14
- - uses : actions/checkout@v2
15
- - name : Installing Vaccum
16
- run : npm install -g @quobix/vacuum
17
- - name : Generating OpenAPI spec
18
- run : cargo run --features runtime-env --manifest-path server/Cargo.toml --bin redoc_ci > openapi.json
19
- - name : Vaccum lint
20
- run : vacuum lint openapi.json
You can’t perform that action at this time.
0 commit comments