Skip to content

Commit

Permalink
rename files, rm fmt-check, check-workspace on gha
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed May 14, 2024
1 parent f86d63f commit 152d2db
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 29 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/check-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ on:

jobs:
check-workspace:
runs-on: ubuntu-latest
runs-on: arc-runners-polkadot-sdk
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.0 (22. Sep 2023)

- name: install python deps
run: pip3 install toml
run: |
sudo apt-get update && sudo apt-get install -y python3-pip python3
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"
python3 .github/scripts/check-workspace.py .
--exclude
"substrate/frame/contracts/fixtures/build"
"substrate/frame/contracts/fixtures/contracts/common"
File renamed without changes.
23 changes: 0 additions & 23 deletions .github/workflows/fmt-check.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 152d2db

Please sign in to comment.