Skip to content

Fix issue #24: listFiles() returns paths relative to cwd, not the listed directory #108

Fix issue #24: listFiles() returns paths relative to cwd, not the listed directory

Fix issue #24: listFiles() returns paths relative to cwd, not the listed directory #108

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Build
run: go build ./...
- name: Vet
run: go vet ./...