Skip to content

fix(crawler): find sha1 by filename instead of using versions from metadata #112

fix(crawler): find sha1 by filename instead of using versions from metadata

fix(crawler): find sha1 by filename instead of using versions from metadata #112

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
unittest:
name: Unit Test
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ stable, oldstable ]
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Run unit tests
run: go test ./...