Merge pull request #243 from colymba/pulls/3.1/ci

MNT Add ci.yml
This commit is contained in:
Guy Sartorelli 2023-07-05 17:01:36 +12:00 committed by GitHub
commit 71145d78d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
ci:
name: CI
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1