Skip to content

copy, hash, file, meta, add scripts #209

copy, hash, file, meta, add scripts

copy, hash, file, meta, add scripts #209

Workflow file for this run

name: Go CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...