Skip to content

[ID-3789] fix: send transaction with confirmation hash, e2e tests #583

[ID-3789] fix: send transaction with confirmation hash, e2e tests

[ID-3789] fix: send transaction with confirmation hash, e2e tests #583

Workflow file for this run

---
name: "Check LICENSE/README/CHANGELOG"
on: [pull_request]
jobs:
diff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Check that the LICENSE files are the exact same
uses: LouisBrunner/[email protected]
with:
old: LICENSE.md
new: src/Packages/Passport/LICENSE.md
mode: strict
tolerance: same
output: LICENSE-diff.txt
- name: Check that the CHANGELOG files are the exact same
uses: LouisBrunner/[email protected]
with:
old: CHANGELOG.md
new: src/Packages/Passport/CHANGELOG.md
mode: strict
tolerance: same
output: changelog-diff.txt