Skip to content

Commit

Permalink
ci: enable license checking (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Aug 2, 2022
1 parent 01c1d86 commit 187e327
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: CI

on:
push:
Expand All @@ -13,3 +13,5 @@ on:
jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
with:
license-check: true

0 comments on commit 187e327

Please sign in to comment.