fix: bump lz4_flex upper bound, update deps, fix clippy lints #129
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Project: hyperi-rustlib | |
| # File: .github/workflows/ci.yml | |
| # Purpose: CI pipeline | |
| # | |
| # License: FSL-1.1-ALv2 | |
| # Copyright: (c) 2026 HYPERI PTY LIMITED | |
| name: CI | |
| on: | |
| push: | |
| branches: ["**"] | |
| paths-ignore: | |
| - ".claude/**" | |
| - ".cursor/**" | |
| - ".gemini/**" | |
| - "hyperi-ai/**" | |
| - "docs/**" | |
| - "**.md" | |
| pull_request: | |
| branches: [main] | |
| workflow_dispatch: | |
| permissions: | |
| contents: write | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| ci: | |
| uses: hyperi-io/hyperi-ci/.github/workflows/rust-ci.yml@main | |
| with: | |
| publish-target: oss | |
| secrets: inherit |