Skip to content

Add support for exporting the directory structure to a file && update the readme #11

Add support for exporting the directory structure to a file && update the readme

Add support for exporting the directory structure to a file && update the readme #11

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23.5'
- name: Run tests
run: go test -v ./...