Add a test to set the max age and add some documentation #182
Workflow file for this run
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: static-analysis | |
on: [push, pull_request] | |
jobs: | |
phan: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install dependencies | |
uses: php-actions/composer@v6 | |
- name: phan | |
uses: php-actions/composer@v6 | |
with: | |
command: run phan |