Skip to content

Check PREMIS validity after preprocessing #1155

Check PREMIS validity after preprocessing

Check PREMIS validity after preprocessing #1155

Workflow file for this run

name: Workflowcheck
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run workflowcheck
run: make workflowcheck