Skip to content

refactor: update NewLocalFileService to use unified `LocalFileServi… #593

refactor: update NewLocalFileService to use unified `LocalFileServi…

refactor: update NewLocalFileService to use unified `LocalFileServi… #593

Workflow file for this run

name: Build and Test
permissions:
contents: read
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.24'
- name: Test
run: go test -v ./...