https://github.com/ecobee/github-actions
https://github.com/ecobee/github-actions
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ecobee/github-actions
- Owner: ecobee
- License: mit
- Created: 2021-07-07T17:41:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T09:43:51.000Z (about 1 year ago)
- Last Synced: 2025-10-12T09:38:23.540Z (9 months ago)
- Size: 1.94 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-actions
Collection of GitHub actions for ecobee. While the current examples are all composite run types, any github action style is welcome here!
| Action |
| ---------------------------------------------------------------------- |
| [`ecobee/github-actions/go_build_artifact@main`](../go_build_artifact) |
| [`ecobee/github-actions/go_test_and_lint@main`](../go_test_and_lint) |
| [`ecobee/github-actions/push_docker_gcr@main`](../push_docker_gcr) |
## Usage
See individual action directory for details on usage and examples.
- [Go Build artifact](../go_build_artifact) - builds golang binary and outputs build tag
- [Go Test and Lint](../go_test_and_lint) - runs golang tests, and lints with golangci-lint
- [Push Docker GCR](../push_docker_gcr) - creates docker file from repo's Dockerfile, pushed using supplied build tag