Merge branch 'middleware-compatibility' of github.com:anytypeio/any-sync into middleware-compatibility

This commit is contained in:
Sergey Cherepanov 2023-01-11 15:30:52 +03:00 committed by Sergey Cherepanov
commit 18bc40a531
2 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,9 @@ jobs:
with: with:
go-version: '^1.19.0' go-version: '^1.19.0'
- name: git config
run: |
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
- name: Vet - name: Vet
run: | run: |
make vet make vet

View File

@ -1,5 +1,6 @@
.PHONY: proto test test-coverage vet deps .PHONY: proto test test-coverage vet deps
export GOPRIVATE=github.com/anytypeio export GOPRIVATE=github.com/anytypeio/*
export GIT_TERMINAL_PROMPT=1
export PATH:=deps:$(PATH) export PATH:=deps:$(PATH)
proto: proto: