Files
pezkuwi-subxt/.github/workflows/check-workspace.yml
T
Alexander Samusev 2556e33fb4 [ci] Remove path from check-workspace GHA trigger (#3255)
In order to make the action `Required` it should run always.

cc @ggwpez
2024-02-08 13:30:48 +04:00

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"