diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1789d2e..b5975f9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,6 +33,9 @@ jobs: go-version: ${{ matrix.go }} cache: true + - name: Install tools + run: make install_tools + - name: Check license headers run: make addlicense_check