diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b9855f..325921f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Continuous Integration +name: CI on: push: @@ -13,3 +13,5 @@ on: jobs: test: uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3 + with: + license-check: true