Skip to content

add UK logo, preliminary dynamic list of acronyms #8

add UK logo, preliminary dynamic list of acronyms

add UK logo, preliminary dynamic list of acronyms #8

Workflow file for this run

name: CS Fixer
on:
push:
branches:
- main
tags-ignore:
- '*'
pull_request:
jobs:
fixer:
name: PHPFixer
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.5'
coverage: none
- name: Install dependencies
working-directory: htdocs
run: composer install --no-interaction --prefer-dist
- name: Run PHPUnit
working-directory: htdocs
run: composer fixer