Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/static-files
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin committed Feb 8, 2024
2 parents ad56b98 + 672246d commit 97d77d1
Show file tree
Hide file tree
Showing 129 changed files with 2,808 additions and 1,440 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,22 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- run:
cargo clippy --workspace --lib --examples --tests --benches --all-features
- run: cargo clippy --workspace --lib --examples --tests --benches --all-features
env:
RUSTFLAGS: -D warnings

crate-checks:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@cargo-hack
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- run: cargo hack check

msrv:
name: MSRV / ${{ matrix.network }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -120,7 +131,7 @@ jobs:
name: lint success
runs-on: ubuntu-latest
if: always()
needs: [clippy-binaries, clippy, docs, fmt, grafana]
needs: [clippy-binaries, clippy, crate-checks, docs, fmt, grafana]
timeout-minutes: 30
steps:
- name: Decide whether the needed jobs succeeded or failed
Expand Down
129 changes: 36 additions & 93 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 97d77d1

Please sign in to comment.