Skip to content

Commit 09da8b0

Browse files
authored
ci: enable license checking (#17)
1 parent 3c11de5 commit 09da8b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration
1+
name: CI
22

33
on:
44
push:
@@ -13,3 +13,5 @@ on:
1313
jobs:
1414
test:
1515
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
16+
with:
17+
license-check: true

0 commit comments

Comments
 (0)