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

This commit is contained in:
Sergey Cherepanov 2023-01-11 15:39:52 +03:00 committed by Sergey Cherepanov
commit 9205f414cc

View File

@ -12,11 +12,11 @@ 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: |
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
git config --global url."ssh://git@github.com/".insteadOf "https://github.com/"
export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
make vet make vet
- name: Unit tests - name: Unit tests
run: | run: |