This commit is contained in:
Alex Janka 2024-01-25 10:15:43 +11:00
parent 0e95f5b694
commit 81a377d1d1
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,17 @@
name: Clippy
on:
push:
tags:
- '*'
env:
RUSTFLAGS: "-Dwarnings"
jobs:
clippy:
runs-on: any
steps:
- uses: actions/checkout@v3
- name: Run Clippy
run: cargo clippy --all-targets --all-features

0
.gitmodules vendored
View file