Skip to content

fix: migrate goaccess LineCharts to new chartjs version #8

fix: migrate goaccess LineCharts to new chartjs version

fix: migrate goaccess LineCharts to new chartjs version #8

Workflow file for this run

name: test-build-release
on: [ push ]
jobs:
php-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- run: composer install
- run: composer run ci:php:lint
php-fixer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- run: composer install
- run: composer run ci:php:fixer
php-stan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- run: composer install
- run: composer run ci:php:stan
release:
if: github.ref == 'refs/heads/development'
uses: maikschneider/reusable-workflows/.github/workflows/release-typo3-extension.yml@main
secrets:
teams-webhook-url: ${{ secrets.TEAMS_WEBHOOK_URL }}
with:
base-branch: main