mirror of https://github.com/fafhrd91/actix-web
clippy run on examples
This commit is contained in:
parent
215ebeac0f
commit
e935e979ab
|
@ -43,4 +43,4 @@ jobs:
|
||||||
uses: actions-rs/clippy-check@v1
|
uses: actions-rs/clippy-check@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
args: --workspace --all-features --tests
|
args: --workspace --tests --examples --all-features
|
||||||
|
|
Loading…
Reference in New Issue