DEV: Add the plugin CI workflow

This commit is contained in:
Jarek Radosz 2023-02-13 13:36:11 +01:00
parent 42182167ad
commit fecfb586b4
1 changed files with 11 additions and 0 deletions

11
.github/workflows/discourse-plugin.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: Discourse Plugin
on:
push:
branches:
- main
pull_request:
jobs:
ci:
uses: discourse/.github/.github/workflows/discourse-plugin.yml@v1