From c193ac4aebadf3642a581b243948985f43db6fcf Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 2 Aug 2022 09:08:21 +0000 Subject: [PATCH] ci: enable license checking --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 913752e..079a8f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,4 +14,5 @@ jobs: test: uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3 with: + license-check: true lint: true