Skip to content

Simplify migration script #1

Simplify migration script

Simplify migration script #1

# Various checks to verify the cargo workspace and its crates are correctly configured.
name: "Workspace"
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:
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