Skip to content

Update file ext display with fallback sort condition for stability #3

Update file ext display with fallback sort condition for stability

Update file ext display with fallback sort condition for stability #3

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.21.4"
- name: Run tests
run: go test -v ./...