Skip to content
Snippets Groups Projects
Verified Commit 9c547ff3 authored by Michal Kucharczyk's avatar Michal Kucharczyk
Browse files

Merge remote-tracking branch 'origin/master' into mku-fork-aware-tx-pool

parents 043a1e04 36eadec1
No related merge requests found
Pipeline #501361 waiting for manual action with stages
in 1 hour, 1 minute, and 21 seconds
name: Check Features
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment