Skip to content

Add support for ghasum update to ignore errors in the sumfile #12

Add support for ghasum update to ignore errors in the sumfile

Add support for ghasum update to ignore errors in the sumfile #12

Workflow file for this run

name: ghasum
on:
pull_request: ~
push:
branches:
- main
permissions: read-all
jobs:
verify:
name: Verify
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Go
uses: actions/[email protected]
with:
go-version-file: go.mod
- name: Verify checksums
run: go run ./cmd/ghasum verify -cache /home/runner/work/_actions