There was an error while loading. Please reload this page.
1 parent 67d2992 commit 88ead50Copy full SHA for 88ead50
1 file changed
.gitpod.yml
@@ -4,12 +4,8 @@ tasks:
4
pip install pre-commit
5
pre-commit install --hook-type pre-commit --hook-type pre-push
6
pip install -e '.[dev]'
7
- git config --global alias.ci 'commit -s'
8
- git config --global alias.sw switch
9
- git config --global alias.st status
10
- git config --global alias.co checkout
11
- git config --global alias.br branch
12
- git config --global alias.df diff
+ make compile-protos-go
+ make compile-go-lib
13
github:
14
prebuilds:
15
# enable for the default branch (defaults to true)
0 commit comments