summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
AgeCommit message (Expand)Author
2024-05-29Pin golangci version to 1.58Stefan Haller
2024-05-19Bump go version to 1.22Jesse Duffield
2024-05-19Attempt #2 at preventing codacy coverage step from running on forksJesse Duffield
2024-05-19Only run code coverage report on non-fork branchesJesse Duffield
2024-02-16Bump required go version to 1.21Stefan Haller
2023-11-30Add coverage arg for integration testsJesse Duffield
2023-11-18Add "go mod tidy" check to CIStefan Haller
2023-09-29Use go:generate for generating cheatsheetsStefan Haller
2023-09-29Generalize the CI check for the test list to all auto-generated filesStefan Haller
2023-08-21upgrade golangci/golangci-lint-action to v3.7.0kyu08
2023-08-21upgrade actions/setup-go to v4 and remove actions/cache for go cachekyu08
2023-08-07Don't run the check-required-label check on masterStefan Haller
2023-07-30Remove secureexec packageJesse Duffield
2023-07-20Add missing label to label checkerJesse Duffield
2023-07-20Update release notes config and add CI checkJesse Duffield
2023-07-10Run integration tests with various git versionsStefan Haller
2023-07-10Update checkout and cache action versionsStefan Haller
2023-07-09Remove retry logic in integration testsJesse Duffield
2023-04-29enforce lowercase filenamesJesse Duffield
2023-04-13Add CI job to check that the test list is up to dateStefan Haller
2023-02-26remove legacy integration testsJesse Duffield
2023-02-25give CI longer wait times before failing assertionsJesse Duffield
2022-11-12fix broken CI (see https://vielmetti.typepad.com/logbook/2022/10/git-security...Jesse Duffield
2022-08-15fail on vendor directory mismatchJesse Duffield
2022-08-14build integration binaries on CI to ensure they compileJesse Duffield
2022-08-14better CLI interfaceJesse Duffield
2022-08-13fix CIJesse Duffield
2022-06-11fix ciJesse Duffield
2022-06-11add more cache pathsJesse Duffield
2022-06-11run integration tests in parallel and properly cache windows buildJesse Duffield
2022-03-19update lintersJesse Duffield
2022-01-15see if this fixes CI lintingJesse Duffield
2022-01-04move lint into ci yamlJesse Duffield
2022-01-04add cheatsheet check scriptJesse Duffield
2021-10-17Run tests on WindowsRyooooooga
2021-07-28Sperate gh action build stepmjarkk
2021-02-23Switch to Go 1.16 to support macOS arm64v0.25Daniel Bast
2020-08-25workflows: run CI on master or pull request onlyDawid Dziurla
2020-08-25workflows: match every branchDawid Dziurla
2020-05-04workflows: update CI triggersDawid Dziurla
2020-03-25workflows: run goreleaser as a build step for CIDawid Dziurla
2020-03-25workflows: install gox in separate step in /tmp directoryDawid Dziurla
2020-03-21Remove redundant semicolonv0.17.2Dawid Dziurla
2020-03-21Add GOBIN to PATHDawid Dziurla
2020-03-21Cache buildsDawid Dziurla
2020-03-21Use setup-go Action instead of containerDawid Dziurla
2020-03-21Don't run codecov or golangci ActionsDawid Dziurla
2020-03-21Continue if lint step failsDawid Dziurla
2020-03-21Run 4 builds in parallelDawid Dziurla
2020-03-21Add golangci-lint ActionDawid Dziurla