GitHub Actions 参考大全
通用 GitHub Actions
commit lint
1 | name: commit lint |
line lint
1 | name: line lint |
Go
golangci-lint
1 | name: go ci Lint |
go mod check
1 | name: go mod check |
go unit tests
1 | name: go unit test |
Java GitHub Actions
maven checkstyle
1 | name: java checkstyle |
maven spotbugs
1 | name: java spotbugs |
maven unit tests
1 | name: java unit tests |
TypeScript GitHub Actions
npm build test
1 | name: npm build test |
prettier
1 | name: prettier |