Skip to content

Merge remote-tracking branch 'polkadot-fellows/main' into bko-fix-tests #1

Merge remote-tracking branch 'polkadot-fellows/main' into bko-fix-tests

Merge remote-tracking branch 'polkadot-fellows/main' into bko-fix-tests #1

Workflow file for this run

# Various checks to verify the cargo workspace and its crates are correctly configured.
name: "Workspace features"
on:
push:
branches: ["main", "release-*"]
pull_request:
workflow_dispatch:
# cancel previous runs
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
name: Check workspace features

Check failure on line 16 in .github/workflows/check-features.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-features.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16
check:
runs-on: ubuntu-22.04
steps:
- name: Install stable Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Install Zepter
run: cargo install --locked -q zepter && zepter --version
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # Dont clone historic commits.
- name: Check features
run: |
zepter run check
# We will add this to the config file once its stabilized. Just run it in the CI for now.
zepter transpose dep lift-to-workspace 'regex:.*'