feat(ci): feature checks #100
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
| name: Rust Library CI | ||
| on: | ||
| workflow_dispatch: | ||
| push: | ||
| branches: [main] | ||
| pull_request: | ||
| env: | ||
| CARGO_TERM_COLOR: always | ||
| jobs: | ||
| rust-library-base: | ||
| uses: init4tech/actions/.github/workflows/rust-library-base.yml@main | ||
|
Check failure on line 12 in .github/workflows/rust-ci.yml
|
||