Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Jun 14, 2021
1 parent 17f6c91 commit 878209b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- trying
pull_request:

env:
CARGO_TERM_COLOR: always

jobs:
clippy:
name: Clippy
Expand All @@ -16,7 +19,5 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
- name: Clippy
run: cargo clippy -- -D warnings

0 comments on commit 878209b

Please sign in to comment.