feat(author-profile-social): add support for colors, block spacing, brand style #820
Workflow file for this run
This file contains hidden or 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: PHP | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - trunk | |
| - release | |
| - alpha | |
| - 'hotfix/**' | |
| - 'epic/**' | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| lint-php: | |
| uses: Automattic/newspack-scripts/.github/workflows/reusable-lint-php.yml@trunk | |
| test-php: | |
| uses: Automattic/newspack-scripts/.github/workflows/reusable-test-php.yml@trunk |