mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 01:47:55 +00:00
2556e33fb4
In order to make the action `Required` it should run always. cc @ggwpez
22 lines
530 B
YAML
22 lines
530 B
YAML
name: Check workspace
|
|
|
|
on:
|
|
pull_request:
|
|
merge_group:
|
|
|
|
jobs:
|
|
check-workspace:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.0 (22. Sep 2023)
|
|
|
|
- name: install python deps
|
|
run: pip3 install toml
|
|
|
|
- name: check integrity
|
|
run: >
|
|
python3 .github/scripts/check-workspace.py .
|
|
--exclude
|
|
"substrate/frame/contracts/fixtures/build"
|
|
"substrate/frame/contracts/fixtures/contracts/common"
|