Skip to content

Commit

Permalink
Update clippy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kile authored Mar 4, 2024
1 parent b15cb9b commit 70a7531
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/clippy.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
on: push
name: Clippy check
name: Rust App Deployment

on:
push:
branches:
- rust-rewrite

jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
Expand Down

0 comments on commit 70a7531

Please sign in to comment.