Skip to content

Commit

Permalink
Got basic CI/CD working.
Browse files Browse the repository at this point in the history
  • Loading branch information
PLeVasseur committed Apr 1, 2024
1 parent 79d6d26 commit cf2f9ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
branches: [ main ]
pull_request:
paths:
- "src/**"
- "up-streamer/src/**"
- "Cargo.*"
workflow_call:
workflow_dispatch:
Expand Down Expand Up @@ -106,4 +106,4 @@ jobs:
- uses: actions/checkout@v4
- name: Create Documentation
working-directory: ${{github.workspace}}
run: RUSTDOCFLAGS=-Dwarnings cargo doc -p up-rust --no-deps
run: RUSTDOCFLAGS=-Dwarnings cargo doc -p up-streamer --no-deps
2 changes: 1 addition & 1 deletion tools/fmt_clippy_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

cargo fmt -- --check
cargo clippy --all-targets -- -W warnings -D warnings
cargo doc -p up-rust --no-deps
cargo doc -p up-streamer --no-deps

0 comments on commit cf2f9ab

Please sign in to comment.