Skip to content

Bump actions/cache from 3.3.2 to 3.3.3 (#2918) #1

Bump actions/cache from 3.3.2 to 3.3.3 (#2918)

Bump actions/cache from 3.3.2 to 3.3.3 (#2918) #1

Workflow file for this run

name: Check publish
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
merge_group:
jobs:
check-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Rust Cache
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2
with:
cache-on-failure: true
- name: install parity-publish
run: cargo install [email protected]
- name: parity-publish check
run: parity-publish check --allow-unpublished