Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

[Staking] Noop refactor to prep pallet for currency fungible migratio… #9

[Staking] Noop refactor to prep pallet for currency fungible migratio…

[Staking] Noop refactor to prep pallet for currency fungible migratio… #9

name: Check publish
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # v4.1.7
- name: Rust Cache
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
with:
cache-on-failure: true
- name: install parity-publish
run: cargo install [email protected] --locked -q
- name: parity-publish check
run: parity-publish --color always check --allow-unpublished