diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 209b9a7..1eaec98 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -12,6 +12,11 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install Go + uses: actions/setup-go@v2 + + - run: go install github.com/google/addlicense@latest + - run: make license - name: license updated check