aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2021-09-13add gitattributes to force testdata to use LFn-peugnet
2021-09-13fix github workflow file indentationn-peugnet
2021-09-13run tests on windows and macos with multiple go versionn-peugnet
2021-09-13fix golint ci errorsn-peugnet
2021-09-13Add golangci job to build workflow (#2)Nicolas Peugnet
* Update build.yml * disable golang-ci for tests * fix args syntax * make errchek only a warning * report only new lint issues
2021-08-23Create build.yml (#1)Nicolas Peugnet
* Create build.yml * Add cache action