diff --git a/.github/workflows/ort.yml b/.github/workflows/ort.yml index 0f363a3..bc24303 100644 --- a/.github/workflows/ort.yml +++ b/.github/workflows/ort.yml @@ -8,6 +8,7 @@ on: permissions: contents: read pull-requests: write + checks: write jobs: license-check: diff --git a/go.mod b/go.mod index 22ed87b..3a4b80d 100644 --- a/go.mod +++ b/go.mod @@ -6,3 +6,4 @@ require ( github.com/gobwas/glob v0.2.3 github.com/spf13/pflag v1.0.10 ) +