Skip to content

init git add file and directory paths (#5) #30

init git add file and directory paths (#5)

init git add file and directory paths (#5) #30

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 ./...