Skip to content

Bump postcss from 8.5.2 to 8.5.3 in the javascript-prod group across 1 directory #139

Bump postcss from 8.5.2 to 8.5.3 in the javascript-prod group across 1 directory

Bump postcss from 8.5.2 to 8.5.3 in the javascript-prod group across 1 directory #139

name: Run QA tests (static analysis, lint and unit tests)
on: [pull_request]
jobs:
run-qa-tests:
runs-on: ubuntu-latest
defaults:
run:
working-directory: /var/www/html/
container:
image: ghcr.io/openconext/openconext-basecontainers/php82-apache2-node20-composer2:latest
volumes:
- .:/var/www/html
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Composer install
run: composer install
- name: Run QA tests
run: composer check