This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CI check to ensure module definition is correct (#198)
* Add CI check to ensure module definition is correct Fail verification if "go mod tidy" results in any modifications to go.mod or go.sum. * Improve pipeline * Use script * Add working directory * Fix module definition script for Windows * Add git configuration for autocrlf * Simplify * Revert "Simplify" This reverts commit b7d8b0f. * Flip core.autocrlf * Add .gitattributes to prevent line ending conversion * Try approach without .gitattributes * Add checkout step
- Loading branch information