Skip to content

Commit

Permalink
fix(root): add rust flags to enable clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Dec 30, 2024
1 parent 6384b26 commit ba3e00d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
branches:
- main

env:
RUSTFLAGS: "-Dwarnings"

jobs:
build-and-publish:
uses: badbatch/repodog/.github/workflows/master-build-and-publish.yml@main
Expand Down

0 comments on commit ba3e00d

Please sign in to comment.