Skip to content

feat: accept local time and date-only formats for --after/--before flags #73

feat: accept local time and date-only formats for --after/--before flags

feat: accept local time and date-only formats for --after/--before flags #73

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
GOPROXY: https://goproxy.cn,direct
GONOSUMDB: "*"
jobs:
lint:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: "1.25"
- uses: golangci/golangci-lint-action@v9
with:
version: v2.10.1
verify: false
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: "1.25"
- run: CGO_ENABLED=0 go test ./... -v -count=1