Skip to content

Commit

Permalink
Merge pull request #11 from frankcrypto2023/dev
Browse files Browse the repository at this point in the history
add @qng/eip4337-sdk
  • Loading branch information
dindinw authored Sep 12, 2024
2 parents 49870c7 + 28c03ce commit 51a5ad6
Show file tree
Hide file tree
Showing 12 changed files with 3,067 additions and 27 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,16 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Check if version has changed
id: check_version
run: |
if git diff HEAD^ HEAD package.json | grep '"version"'; then
echo "::set-output name=version_changed::true";
else
echo "::set-output name=version_changed::false";
fi
- name: Use Node.js ${{ matrix.node-version }}
if: steps.check_version.outputs.version_changed == 'true'
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ test/taw.md
test/blocktest.js
test/test.0.9.js
yarn-error.log
dist
dist
qitmeerts
Loading

0 comments on commit 51a5ad6

Please sign in to comment.