Skip to content

Commit

Permalink
feat(get): verify SHA256 checksum (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Aug 15, 2024
1 parent e7a19ba commit 1b22c2a
Show file tree
Hide file tree
Showing 8 changed files with 1,821 additions and 1,416 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,6 @@ concurrency:
cancel-in-progress: true

jobs:
license-check:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
- name: Get Node version from NW.js versions manifest
run: echo "NODE_VER=$(curl -s https://nwjs.io/versions | jq -r ".versions[0].components.node")" >> $GITHUB_ENV
- name: Setup Node
uses: actions/setup-node@v4.0.3
with:
node-version: ${{ env.NODE_VER }}
cache: "npm"
- name: Install dependencies
run: npm ci --nwjs-build-type=sdk
- name: License check
run: npm run license-check
tests:
strategy:
matrix:
Expand Down
Loading

0 comments on commit 1b22c2a

Please sign in to comment.