Skip to content

Commit

Permalink
Add a step to CI that validates the installer checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespierce committed Aug 23, 2024
1 parent 1622edf commit bd086a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,14 @@ jobs:
- name: Run check
run: |
cargo fmt --all --quiet -- --check
validate-installer-checksum:
name: Validate installer checksum
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run check
run: |
cd dev/unix
sha256sum --check SHASUMS256.txt

0 comments on commit bd086a1

Please sign in to comment.