Skip to content

Commit

Permalink
Revert "Bump submodules/polkadot-sdk from bbfff66 to b8f55d1" (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif authored Jan 30, 2024
1 parent 3d55281 commit 007a2d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/submodules-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
tmpfile=$(mktemp)
# Find all symbolic links in the repository and check if they are broken
find . -type l -not -path "./submodules/*" | while read -r link; do
find . -type l | while read -r link; do
if [ ! -e "$link" ]; then
echo "$link" >> "$tmpfile"
fi
Expand Down
2 changes: 1 addition & 1 deletion submodules/polkadot-sdk
Submodule polkadot-sdk updated 780 files

0 comments on commit 007a2d3

Please sign in to comment.