Skip to content

Commit

Permalink
add dependabot, add flag for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Nov 13, 2024
1 parent 18ebb39 commit 5dcf600
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
artifacts:
patterns:
- "actions/*-artifact"

- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "monthly"
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --all-features --verbose
- name: Check Formating
run: cargo fmt -- --check
run: cargo fmt --all -- --check
- name: Run Clippy
run: cargo clippy -- -D warnings

0 comments on commit 5dcf600

Please sign in to comment.