Skip to content

Commit

Permalink
Remove check-sync-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique Santos committed Oct 9, 2023
1 parent 51ecfaf commit 56b1da0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ jobs:
- name: Lint
if: ${{ matrix.go-version == '1.19' || matrix.go-version == '1.20' }}
working-directory: ./sdk
run: |
make lint skip-non-generated-files=true
scripts/check-sync-tidy.sh
run: make lint skip-non-generated-files=true
- name: Test
working-directory: ./sdk
run: make test skip-non-generated-files=true

0 comments on commit 56b1da0

Please sign in to comment.