Skip to content

Commit

Permalink
fix: cleanup, move to correct locations and removed unused work
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed May 22, 2024
1 parent 3b14732 commit 48fe2c6
Show file tree
Hide file tree
Showing 60 changed files with 352 additions and 1,907 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI

on:
push:
pull_request:
workflow_dispatch:

jobs:
ci:
name: CI
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
dynamic_matrix: false
extra_jobs: |
- php: '8.1'
db: mysql80
phpunit: true
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
node_modules/
npm-debug.log
/composer.lock
/vendor
/public
/resources
.phpunit.result.cache
40 changes: 0 additions & 40 deletions .travis.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .upgrade.yml

This file was deleted.

40 changes: 0 additions & 40 deletions _config.php

This file was deleted.

96 changes: 0 additions & 96 deletions _dev/Cms/DMSDocumentAdmin.php

This file was deleted.

31 changes: 0 additions & 31 deletions _dev/Cms/DMSGridFieldDetailForm.php

This file was deleted.

34 changes: 0 additions & 34 deletions _dev/Cms/DMSGridFieldEditButton.php

This file was deleted.

Empty file removed _dev/_manifest_exclude
Empty file.
Loading

0 comments on commit 48fe2c6

Please sign in to comment.