summaryrefslogtreecommitdiffstats
path: root/fastify-busboy/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'fastify-busboy/.github/workflows/ci.yml')
-rw-r--r--fastify-busboy/.github/workflows/ci.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/fastify-busboy/.github/workflows/ci.yml b/fastify-busboy/.github/workflows/ci.yml
new file mode 100644
index 0000000..babd56d
--- /dev/null
+++ b/fastify-busboy/.github/workflows/ci.yml
@@ -0,0 +1,22 @@
+name: CI
+
+on:
+ push:
+ branches:
+ - main
+ - master
+ - next
+ - 'v*'
+ paths-ignore:
+ - 'docs/**'
+ - '*.md'
+ pull_request:
+ paths-ignore:
+ - 'docs/**'
+ - '*.md'
+
+jobs:
+ test:
+ uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
+ with:
+ license-check: true