Skip to content

add support for updating index with modified file (#3) #21

add support for updating index with modified file (#3)

add support for updating index with modified file (#3) #21

Workflow file for this run

name: Tests
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- name: Run tests
run: go test -v ./...