https://github.com/pellared/goyek-demo
Demonstration of goyek
https://github.com/pellared/goyek-demo
Last synced: about 1 year ago
JSON representation
Demonstration of goyek
- Host: GitHub
- URL: https://github.com/pellared/goyek-demo
- Owner: pellared
- License: unlicense
- Created: 2021-05-04T23:25:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T15:40:02.000Z (about 5 years ago)
- Last Synced: 2025-02-08T21:29:24.082Z (over 1 year ago)
- Language: Go
- Homepage: https://docs.google.com/presentation/d/1GUEM9oUUi1h23Tknws8hkNdjXQt74nyA1Saqv0IHRE0/edit?usp=sharing
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goyek-demo
> Demonstration of [goyek](https://github.com/goyek/goyek)
https://www.youtube.com/watch?v=f-r_9IJ0xJc&t=558s
[](https://github.com/pellared/goyek-demo/actions?query=workflow%3Abuild+branch%3Amain)
[](https://youtu.be/f-r_9IJ0xJc?t=558)
[Presentation](https://docs.google.com/presentation/d/1GUEM9oUUi1h23Tknws8hkNdjXQt74nyA1Saqv0IHRE0/edit?usp=sharing)
Running:
```sh
go run ./build -h
```
Notable files:
- [build/build.go](build/build.go) - taskflow build pipeline,
- [.github/workflows/build.yml](.github/workflows/build.yml) - GitHub Actions workflow,
- [.vscode/launch.json](.vscode/launch.json) - Visual Studio Code configuration for debugging,
- [.vscode/tasks.json](.vscode/tasks.json) - Visual Studio Code task definition for runing taskflow using `Tasks: Run Build Task`.