Skip to content

fix authentication check for REST API #25

fix authentication check for REST API

fix authentication check for REST API #25

Workflow file for this run

name: PHP Composer
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: Check coding standards
run: composer cs
- name: Check code with psalm
run: composer psalm