Skip to content

Commit

Permalink
Merge branch 'master' into icp_query_mutate_integration
Browse files Browse the repository at this point in the history
  • Loading branch information
frdomovic authored Dec 4, 2024
2 parents 04970bc + 1d5e22c commit e8aa7f6
Show file tree
Hide file tree
Showing 50 changed files with 359 additions and 5,487 deletions.
21 changes: 0 additions & 21 deletions .github/actions/style/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,24 +67,3 @@ runs:
# exit 1 # Fail if linter detects issues
# fi
fi
# Check for changes in the 'packages/calimero-sdk' directory and run formatting/linting
- name: Check for changes in calimero-sdk
shell: bash
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
echo "Checking for changes in calimero-sdk files"
if echo "$ALL_CHANGED_FILES" | grep -q '^packages/calimero-sdk/'; then
echo "Running checks for the calimero-sdk files"
cd packages/calimero-sdk
if ! pnpm prettier:check .; then
echo "Prettier found unformatted files in calimero-sdk."
exit 1 # Fail if Prettier detects issues
fi
# TODO: Uncomment after fixing linting issues
# if ! pnpm lint; then
# echo "Linting issues found in calimero-sdk."
# exit 1 # Fail if linter detects issues
# fi
fi
232 changes: 0 additions & 232 deletions .github/workflows/calimero_node_linux.yml

This file was deleted.

Loading

0 comments on commit e8aa7f6

Please sign in to comment.