Skip to content

Run webid-provider-tests v2.1.1 which checks for CORS headers on /.we… #421

Run webid-provider-tests v2.1.1 which checks for CORS headers on /.we…

Run webid-provider-tests v2.1.1 which checks for CORS headers on /.we… #421

Workflow file for this run

---
name: Quality Assurance jobs
on:
- push
- pull_request
jobs:
composer-validate:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: "docker://composer"
with:
args: composer validate --strict --working-dir=solid/
php-codesniffer:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: pipeline-components/php-codesniffer@master
with:
options: --standard=build/phpcs.xml.dist