Skip to content

Update CONTRIBUTING.md #167

Update CONTRIBUTING.md

Update CONTRIBUTING.md #167

name: Check Features
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
check-features:
runs-on: ubuntu-latest
steps:
- name: Fetch latest code
uses: actions/checkout@v4
- name: Check
uses: hack-ink/cargo-featalign-action@bea88a864d6ca7d0c53c26f1391ce1d431dc7f34 # v0.1.1
with:
crate: templates/parachain/runtime/
features: std,runtime-benchmarks,try-runtime
ignore: sc-executor
default-std: true