Skip to content

Fix PS 1.7 and 8 compatibility #84

Fix PS 1.7 and 8 compatibility

Fix PS 1.7 and 8 compatibility #84

Workflow file for this run

name: Miscellaneous tests
on: [push, pull_request]
jobs:
header-stamp:
name: Check license headers
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup composer
uses: ./.github/actions/setup-composer
- name: Run header-stamp
run: php vendor/bin/header-stamp --dry-run
--extensions="php,js,css,scss,tpl,html.twig,vue" --exclude="vendor" --license="_dev/header-stamp/afl.txt"