Skip to content

updated Proposo "get api key" link to go directly to API screen instead of user profile screen #369

updated Proposo "get api key" link to go directly to API screen instead of user profile screen

updated Proposo "get api key" link to go directly to API screen instead of user profile screen #369

Workflow file for this run

name: PHP
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.3' ]
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: composer
- name: Install dependencies
run: composer install --no-progress
- name: Run test suite
run: composer run-script test
- name: Run codestyle sniffer
run: composer run-script codestyle
- name: Run benchmark
run: php tests/benchmarks/run.php