Skip to content

Bump github.com/jszwec/csvutil from 1.8.0 to 1.9.0 (#113) #260

Bump github.com/jszwec/csvutil from 1.8.0 to 1.9.0 (#113)

Bump github.com/jszwec/csvutil from 1.8.0 to 1.9.0 (#113) #260

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
validate:
name: validate
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.19
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.49
- name: test
run: make test