Skip to content

feat(ci): Add feature propagation checks (#402) #3

feat(ci): Add feature propagation checks (#402)

feat(ci): Add feature propagation checks (#402) #3

Workflow file for this run

name: lint
on:
pull_request:
merge_group:
push:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
# Check crates correctly propagate features
feature-propagation:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- run: |
cargo install zepter
zepter --version
time zepter run check