diff --git a/.github/workflows/retype-action.yml b/.github/workflows/retype-action.yml deleted file mode 100755 index 4519df02..00000000 --- a/.github/workflows/retype-action.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Documentation -on: - workflow_dispatch: - push: - branches: - - main -jobs: - publish: - name: Publish documentation - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - uses: actions/checkout@v2 - - uses: retypeapp/action-build@latest - - uses: retypeapp/action-github-pages@latest - with: - update-branch: true \ No newline at end of file diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml new file mode 100644 index 00000000..56f71d5d --- /dev/null +++ b/.github/workflows/testing.yml @@ -0,0 +1,18 @@ +name: Testing + +on: [push] + +jobs: + build-test: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - uses: php-actions/composer@v6 + - uses: php-actions/phpstan@v3 + - uses: php-actions/phpunit@v3 + with: + php_extensions: xdebug + args: --coverage-text + env: + XDEBUG_MODE: coverage diff --git a/CHANGELOG.md b/CHANGELOG.md index a41ec4ee..04fc4ab9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # 0.16 - **[Feature]** French translation (https://github.com/Kreyu/data-table-bundle/pull/53) -- **[Feature]** Filter events +- **[Feature]** Doctrine ORM expression transformers with built-in `lower`, `upper` and `trim` options (https://github.com/Kreyu/data-table-bundle/issues/50) +- **[Feature]** Filter handler events +- **[Docs]** New documentation, written using [VitePress](https://vitepress.dev/) # 0.15