Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
remove shasum check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Aug 23, 2024
1 parent 34089d1 commit 3143d70
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@ jobs:
run: yarn run build
- name: Run linter
run: yarn run lint
- uses: tj-actions/verify-changed-files@v17
if: github.ref_name != 'master'
id: verify-changed-files
with:
files: |
packages/snap/snap.manifest.json
- name: Check if snap manifest updated
if: steps.verify-changed-files.outputs.files_changed == 'true'
run: |
mm_snap_path=$(which mm-snap)
echo "Snap manifest not updated: ${{ steps.verify-changed-files.outputs.changed_files }}
or @metamask/snaps-cli version is different from local version"
echo "mm-snap is located at: $mm_snap_path"
exit 1
- name: Run tests
run: yarn run test

Expand Down

0 comments on commit 3143d70

Please sign in to comment.