Fix PS 1.7 and 8 compatibility #84
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |