Skip to content

feat: Use RFC 3339, more lax datetime parsing #236

feat: Use RFC 3339, more lax datetime parsing

feat: Use RFC 3339, more lax datetime parsing #236

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
if: github.event.pull_request.draft == false
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
with:
version: latest