Skip to content

Bump @babel/core from 7.26.9 to 7.26.10 in the javascript-dev group across 1 directory #148

Bump @babel/core from 7.26.9 to 7.26.10 in the javascript-dev group across 1 directory

Bump @babel/core from 7.26.9 to 7.26.10 in the javascript-dev group across 1 directory #148

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