Skip to content

Commit

Permalink
MNT Add ci.yml so merge-up and patch tagging works as expected (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jul 29, 2024
1 parent 82f53c9 commit 64da5a3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

on:
push:
pull_request:
workflow_dispatch:

jobs:
ci:
name: CI
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
# There's no actual PHP or JS, despite having phpcs.xml and package.json files.
phplinting: false
js: false

0 comments on commit 64da5a3

Please sign in to comment.