Skip to content

Commit

Permalink
Github Action for clippy check
Browse files Browse the repository at this point in the history
  • Loading branch information
kazcw committed Oct 24, 2021
1 parent a2e9baf commit 4cf46f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/check-clippy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: check-clippy
on: pull_request
jobs:
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cargo-clippy
run: cargo clippy

0 comments on commit 4cf46f5

Please sign in to comment.