Skip to content

[feature/workers] handling directory recursively and computing hash w… #17

[feature/workers] handling directory recursively and computing hash w…

[feature/workers] handling directory recursively and computing hash w… #17

Workflow file for this run

name: Build
on:
push:
branches:
- '**' # matches every branch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.22.x'
- name: Install dependencies
run: go get .
- name: Build
run: ./scripts/build.sh
# - name: Test with the Go CLI
# run: go test